f1module Cisco-IOS-XR-um-lpts-pifib-police-np-cfg {f1module Cisco-IOS-XR-um-lpts-pifib-police-np-cfg {
2  namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-um-lpts-pifib-police-np-cfg";2  namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-um-lpts-pifib-police-np-cfg";
3  prefix um-lpts-pifib-police-np-cfg;3  prefix um-lpts-pifib-police-np-cfg;
44
5  import Cisco-IOS-XR-um-location-cfg {5  import Cisco-IOS-XR-um-location-cfg {
6    prefix location;6    prefix location;
7  }7  }
8  import Cisco-IOS-XR-um-lpts-pifib-cfg {8  import Cisco-IOS-XR-um-lpts-pifib-cfg {
9    prefix a1;9    prefix a1;
n10  }n
11  import cisco-semver {
12    prefix semver;
13  }10  }
1411
15  organization12  organization
16    "Cisco Systems, Inc.";13    "Cisco Systems, Inc.";
17  contact14  contact
18    "Cisco Systems, Inc.15    "Cisco Systems, Inc.
19     Customer Service16     Customer Service
20     17     
21     Postal: 170 West Tasman Drive18     Postal: 170 West Tasman Drive
22     San Jose, CA 9513419     San Jose, CA 95134
23     20     
24     Tel: +1 800 553-NETS21     Tel: +1 800 553-NETS
25     22     
26     E-mail: cs-yang@cisco.com";23     E-mail: cs-yang@cisco.com";
27  description24  description
28    "This module contains a collection of YANG definitions25    "This module contains a collection of YANG definitions
29     for Cisco IOS-XR lpts-pifib-police-np package configuration.26     for Cisco IOS-XR lpts-pifib-police-np package configuration.
30     27     
31     This YANG module augments the28     This YANG module augments the
32     modules with configuration data.29     modules with configuration data.
33     30     
34     Copyright (c) 2021-2022 by Cisco Systems, Inc.31     Copyright (c) 2021-2022 by Cisco Systems, Inc.
35     All rights reserved.";32     All rights reserved.";
3633
37  revision 2022-07-11 {34  revision 2022-07-11 {
38    description35    description
39      "Added missing description statement to nodes";36      "Added missing description statement to nodes";
n40    semver:module-version "1.1.0";n
41  }37  }
42  revision 2021-07-05 {38  revision 2021-07-05 {
43    description39    description
44      "Initial release";40      "Initial release";
t45    semver:module-version "1.0.0";t
46  }41  }
4742
48  feature pifib_xipc_throt_policer_config_check {43  feature pifib_xipc_throt_policer_config_check {
49    description44    description
50      "pifib xipc throt policer config check";45      "pifib xipc throt policer config check";
51  }46  }
5247
53  grouping LOCATION-BODY {48  grouping LOCATION-BODY {
54    description49    description
55      "Grouping for location";50      "Grouping for location";
56    container np {51    container np {
57      description52      description
58        "NP name";53        "NP name";
59      container np0 {54      container np0 {
60        description55        description
61          "Np number";56          "Np number";
62        container flow {57        container flow {
63          description58          description
64            "lpts flow type";59            "lpts flow type";
65          container fragment {60          container fragment {
66            description61            description
67              "Fragmented IP packets";62              "Fragmented IP packets";
68            leaf rate {63            leaf rate {
69              type uint32 {64              type uint32 {
70                range "0..4294967295" {65                range "0..4294967295" {
71                  description66                  description
72                    "Packets Per Second (actual Min and Max range depends on platform)";67                    "Packets Per Second (actual Min and Max range depends on platform)";
73                }68                }
74              }69              }
75              description70              description
76                "Rate in PPS";71                "Rate in PPS";
77            }72            }
78          }73          }
79          container ospf {74          container ospf {
80            description75            description
81              "OSPF ";76              "OSPF ";
82            container unicast {77            container unicast {
83              description78              description
84                "Unicast ";79                "Unicast ";
85              container known {80              container known {
86                description81                description
87                  "Known ";82                  "Known ";
88                leaf rate {83                leaf rate {
89                  type uint32 {84                  type uint32 {
90                    range "0..4294967295" {85                    range "0..4294967295" {
91                      description86                      description
92                        "Packets Per Second (actual Min and Max range depends on platform)";87                        "Packets Per Second (actual Min and Max range depends on platform)";
93                    }88                    }
94                  }89                  }
95                  description90                  description
96                    "Rate in PPS";91                    "Rate in PPS";
97                }92                }
98              }93              }
99              container default {94              container default {
100                description95                description
101                  "Default ";96                  "Default ";
102                leaf rate {97                leaf rate {
103                  type uint32 {98                  type uint32 {
104                    range "0..4294967295" {99                    range "0..4294967295" {
105                      description100                      description
106                        "Packets Per Second (actual Min and Max range depends on platform)";101                        "Packets Per Second (actual Min and Max range depends on platform)";
107                    }102                    }
108                  }103                  }
109                  description104                  description
110                    "Rate in PPS";105                    "Rate in PPS";
111                }106                }
112              }107              }
113            }108            }
114            container multicast {109            container multicast {
115              description110              description
116                "Multicast";111                "Multicast";
117              container known {112              container known {
118                description113                description
119                  "Known ";114                  "Known ";
120                leaf rate {115                leaf rate {
121                  type uint32 {116                  type uint32 {
122                    range "0..4294967295" {117                    range "0..4294967295" {
123                      description118                      description
124                        "Packets Per Second (actual Min and Max range depends on platform)";119                        "Packets Per Second (actual Min and Max range depends on platform)";
125                    }120                    }
126                  }121                  }
127                  description122                  description
128                    "Rate in PPS";123                    "Rate in PPS";
129                }124                }
130              }125              }
131              container default {126              container default {
132                description127                description
133                  "Default ";128                  "Default ";
134                leaf rate {129                leaf rate {
135                  type uint32 {130                  type uint32 {
136                    range "0..4294967295" {131                    range "0..4294967295" {
137                      description132                      description
138                        "Packets Per Second (actual Min and Max range depends on platform)";133                        "Packets Per Second (actual Min and Max range depends on platform)";
139                    }134                    }
140                  }135                  }
141                  description136                  description
142                    "Rate in PPS";137                    "Rate in PPS";
143                }138                }
144              }139              }
145            }140            }
146          }141          }
147          container isis {142          container isis {
148            description143            description
149              "ISIS ";144              "ISIS ";
150            container known {145            container known {
151              description146              description
152                "Known ";147                "Known ";
153              leaf rate {148              leaf rate {
154                type uint32 {149                type uint32 {
155                  range "0..4294967295" {150                  range "0..4294967295" {
156                    description151                    description
157                      "Packets Per Second (actual Min and Max range depends on platform)";152                      "Packets Per Second (actual Min and Max range depends on platform)";
158                  }153                  }
159                }154                }
160                description155                description
161                  "Rate in PPS";156                  "Rate in PPS";
162              }157              }
163            }158            }
164            container default {159            container default {
165              description160              description
166                "Default ";161                "Default ";
167              leaf rate {162              leaf rate {
168                type uint32 {163                type uint32 {
169                  range "0..4294967295" {164                  range "0..4294967295" {
170                    description165                    description
171                      "Packets Per Second (actual Min and Max range depends on platform)";166                      "Packets Per Second (actual Min and Max range depends on platform)";
172                  }167                  }
173                }168                }
174                description169                description
175                  "Rate in PPS";170                  "Rate in PPS";
176              }171              }
177            }172            }
178          }173          }
179          container bfd {174          container bfd {
180            description175            description
181              "BFD ";176              "BFD ";
182            container known {177            container known {
183              description178              description
184                "Known ";179                "Known ";
185              leaf rate {180              leaf rate {
186                type uint32 {181                type uint32 {
187                  range "0..4294967295" {182                  range "0..4294967295" {
188                    description183                    description
189                      "Packets Per Second (actual Min and Max range depends on platform)";184                      "Packets Per Second (actual Min and Max range depends on platform)";
190                  }185                  }
191                }186                }
192                description187                description
193                  "Rate in PPS";188                  "Rate in PPS";
194              }189              }
195            }190            }
196            container default {191            container default {
197              description192              description
198                "Default ";193                "Default ";
199              leaf rate {194              leaf rate {
200                type uint32 {195                type uint32 {
201                  range "0..4294967295" {196                  range "0..4294967295" {
202                    description197                    description
203                      "Packets Per Second (actual Min and Max range depends on platform)";198                      "Packets Per Second (actual Min and Max range depends on platform)";
204                  }199                  }
205                }200                }
206                description201                description
207                  "Rate in PPS";202                  "Rate in PPS";
208              }203              }
209            }204            }
210            container singlepath {205            container singlepath {
211              description206              description
212                "Singlepath ";207                "Singlepath ";
213              leaf rate {208              leaf rate {
214                type uint32 {209                type uint32 {
215                  range "0..4294967295" {210                  range "0..4294967295" {
216                    description211                    description
217                      "Packets Per Second (actual Min and Max range depends on platform)";212                      "Packets Per Second (actual Min and Max range depends on platform)";
218                  }213                  }
219                }214                }
220                description215                description
221                  "Rate in PPS";216                  "Rate in PPS";
222              }217              }
223            }218            }
224          }219          }
225          container bgp {220          container bgp {
226            description221            description
227              "BGP ";222              "BGP ";
228            container known {223            container known {
229              description224              description
230                "Known ";225                "Known ";
231              leaf rate {226              leaf rate {
232                type uint32 {227                type uint32 {
233                  range "0..4294967295" {228                  range "0..4294967295" {
234                    description229                    description
235                      "Packets Per Second (actual Min and Max range depends on platform)";230                      "Packets Per Second (actual Min and Max range depends on platform)";
236                  }231                  }
237                }232                }
238                description233                description
239                  "Rate in PPS";234                  "Rate in PPS";
240              }235              }
241            }236            }
242            container configured {237            container configured {
243              description238              description
244                "Configured";239                "Configured";
245              leaf rate {240              leaf rate {
246                type uint32 {241                type uint32 {
247                  range "0..4294967295" {242                  range "0..4294967295" {
248                    description243                    description
249                      "Packets Per Second (actual Min and Max range depends on platform)";244                      "Packets Per Second (actual Min and Max range depends on platform)";
250                  }245                  }
251                }246                }
252                description247                description
253                  "Rate in PPS";248                  "Rate in PPS";
254              }249              }
255            }250            }
256            container default {251            container default {
257              description252              description
258                "Default ";253                "Default ";
259              leaf rate {254              leaf rate {
260                type uint32 {255                type uint32 {
261                  range "0..4294967295" {256                  range "0..4294967295" {
262                    description257                    description
263                      "Packets Per Second (actual Min and Max range depends on platform)";258                      "Packets Per Second (actual Min and Max range depends on platform)";
264                  }259                  }
265                }260                }
266                description261                description
267                  "Rate in PPS";262                  "Rate in PPS";
268              }263              }
269            }264            }
270          }265          }
271          container pim {266          container pim {
272            description267            description
273              "PIM ";268              "PIM ";
274            container unicast {269            container unicast {
275              description270              description
276                "Unicast ";271                "Unicast ";
277              leaf rate {272              leaf rate {
278                type uint32 {273                type uint32 {
279                  range "0..4294967295" {274                  range "0..4294967295" {
280                    description275                    description
281                      "Packets Per Second (actual Min and Max range depends on platform)";276                      "Packets Per Second (actual Min and Max range depends on platform)";
282                  }277                  }
283                }278                }
284                description279                description
285                  "Rate in PPS";280                  "Rate in PPS";
286              }281              }
287            }282            }
288            container multicast {283            container multicast {
289              description284              description
290                "Multicast";285                "Multicast";
291              container known {286              container known {
292                description287                description
293                  "Known ";288                  "Known ";
294                leaf rate {289                leaf rate {
295                  type uint32 {290                  type uint32 {
296                    range "0..4294967295" {291                    range "0..4294967295" {
297                      description292                      description
298                        "Packets Per Second (actual Min and Max range depends on platform)";293                        "Packets Per Second (actual Min and Max range depends on platform)";
299                    }294                    }
300                  }295                  }
301                  description296                  description
302                    "Rate in PPS";297                    "Rate in PPS";
303                }298                }
304              }299              }
305              container default {300              container default {
306                description301                description
307                  "Default ";302                  "Default ";
308                leaf rate {303                leaf rate {
309                  type uint32 {304                  type uint32 {
310                    range "0..4294967295" {305                    range "0..4294967295" {
311                      description306                      description
312                        "Packets Per Second (actual Min and Max range depends on platform)";307                        "Packets Per Second (actual Min and Max range depends on platform)";
313                    }308                    }
314                  }309                  }
315                  description310                  description
316                    "Rate in PPS";311                    "Rate in PPS";
317                }312                }
318              }313              }
319            }314            }
320          }315          }
321          container igmp {316          container igmp {
322            description317            description
323              "IGMP ";318              "IGMP ";
324            leaf rate {319            leaf rate {
325              type uint32 {320              type uint32 {
326                range "0..4294967295" {321                range "0..4294967295" {
327                  description322                  description
328                    "Packets Per Second (actual Min and Max range depends on platform)";323                    "Packets Per Second (actual Min and Max range depends on platform)";
329                }324                }
330              }325              }
331              description326              description
332                "Rate in PPS";327                "Rate in PPS";
333            }328            }
334          }329          }
335          container icmp {330          container icmp {
336            description331            description
337              "ICMP ";332              "ICMP ";
338            container local {333            container local {
339              description334              description
340                "Local interest packets ";335                "Local interest packets ";
341              leaf rate {336              leaf rate {
342                type uint32 {337                type uint32 {
343                  range "0..4294967295" {338                  range "0..4294967295" {
344                    description339                    description
345                      "Packets Per Second (actual Min and Max range depends on platform)";340                      "Packets Per Second (actual Min and Max range depends on platform)";
346                  }341                  }
347                }342                }
348                description343                description
349                  "Rate in PPS";344                  "Rate in PPS";
350              }345              }
351            }346            }
352            container application {347            container application {
353              description348              description
354                "Specific application packets ";349                "Specific application packets ";
355              leaf rate {350              leaf rate {
356                type uint32 {351                type uint32 {
357                  range "0..4294967295" {352                  range "0..4294967295" {
358                    description353                    description
359                      "Packets Per Second (actual Min and Max range depends on platform)";354                      "Packets Per Second (actual Min and Max range depends on platform)";
360                  }355                  }
361                }356                }
362                description357                description
363                  "Rate in PPS";358                  "Rate in PPS";
364              }359              }
365            }360            }
366            container control {361            container control {
367              description362              description
368                "Control packets ";363                "Control packets ";
369              leaf rate {364              leaf rate {
370                type uint32 {365                type uint32 {
371                  range "0..4294967295" {366                  range "0..4294967295" {
372                    description367                    description
373                      "Packets Per Second (actual Min and Max range depends on platform)";368                      "Packets Per Second (actual Min and Max range depends on platform)";
374                  }369                  }
375                }370                }
376                description371                description
377                  "Rate in PPS";372                  "Rate in PPS";
378              }373              }
379            }374            }
380            container default {375            container default {
381              description376              description
382                "Default packets ";377                "Default packets ";
383              leaf rate {378              leaf rate {
384                type uint32 {379                type uint32 {
385                  range "0..4294967295" {380                  range "0..4294967295" {
386                    description381                    description
387                      "Packets Per Second (actual Min and Max range depends on platform)";382                      "Packets Per Second (actual Min and Max range depends on platform)";
388                  }383                  }
389                }384                }
390                description385                description
391                  "Rate in PPS";386                  "Rate in PPS";
392              }387              }
393            }388            }
394            container generic {389            container generic {
395              description390              description
396                "Generic application packets ";391                "Generic application packets ";
397              container echo-reply {392              container echo-reply {
398                description393                description
399                  "Echo-reply packets ";394                  "Echo-reply packets ";
400                leaf rate {395                leaf rate {
401                  type uint32 {396                  type uint32 {
402                    range "0..4294967295" {397                    range "0..4294967295" {
403                      description398                      description
404                        "Packets Per Second (actual Min and Max range depends on platform)";399                        "Packets Per Second (actual Min and Max range depends on platform)";
405                    }400                    }
406                  }401                  }
407                  description402                  description
408                    "Rate in PPS";403                    "Rate in PPS";
409                }404                }
410              }405              }
411            }406            }
412          }407          }
413          container all-routers {408          container all-routers {
414            description409            description
415              "All Routers";410              "All Routers";
416            leaf rate {411            leaf rate {
417              type uint32 {412              type uint32 {
418                range "0..4294967295" {413                range "0..4294967295" {
419                  description414                  description
420                    "Packets Per Second (actual Min and Max range depends on platform)";415                    "Packets Per Second (actual Min and Max range depends on platform)";
421                }416                }
422              }417              }
423              description418              description
424                "Rate in PPS";419                "Rate in PPS";
425            }420            }
426          }421          }
427          container lmp {422          container lmp {
428            description423            description
429              "LMP ";424              "LMP ";
430            container tcp {425            container tcp {
431              description426              description
432                "TCP ";427                "TCP ";
433              container known {428              container known {
434                description429                description
435                  "Known ";430                  "Known ";
436                leaf rate {431                leaf rate {
437                  type uint32 {432                  type uint32 {
438                    range "0..4294967295" {433                    range "0..4294967295" {
439                      description434                      description
440                        "Packets Per Second (actual Min and Max range depends on platform)";435                        "Packets Per Second (actual Min and Max range depends on platform)";
441                    }436                    }
442                  }437                  }
443                  description438                  description
444                    "Rate in PPS";439                    "Rate in PPS";
445                }440                }
446              }441              }
447              container configured {442              container configured {
448                description443                description
449                  "Configured";444                  "Configured";
450                leaf rate {445                leaf rate {
451                  type uint32 {446                  type uint32 {
452                    range "0..4294967295" {447                    range "0..4294967295" {
453                      description448                      description
454                        "Packets Per Second (actual Min and Max range depends on platform)";449                        "Packets Per Second (actual Min and Max range depends on platform)";
455                    }450                    }
456                  }451                  }
457                  description452                  description
458                    "Rate in PPS";453                    "Rate in PPS";
459                }454                }
460              }455              }
461              container default {456              container default {
462                description457                description
463                  "Default ";458                  "Default ";
464                leaf rate {459                leaf rate {
465                  type uint32 {460                  type uint32 {
466                    range "0..4294967295" {461                    range "0..4294967295" {
467                      description462                      description
468                        "Packets Per Second (actual Min and Max range depends on platform)";463                        "Packets Per Second (actual Min and Max range depends on platform)";
469                    }464                    }
470                  }465                  }
471                  description466                  description
472                    "Rate in PPS";467                    "Rate in PPS";
473                }468                }
474              }469              }
475            }470            }
476            container udp {471            container udp {
477              description472              description
478                "UDP ";473                "UDP ";
479              leaf rate {474              leaf rate {
480                type uint32 {475                type uint32 {
481                  range "0..4294967295" {476                  range "0..4294967295" {
482                    description477                    description
483                      "Packets Per Second (actual Min and Max range depends on platform)";478                      "Packets Per Second (actual Min and Max range depends on platform)";
484                  }479                  }
485                }480                }
486                description481                description
487                  "Rate in PPS";482                  "Rate in PPS";
488              }483              }
489            }484            }
490          }485          }
491          container rsvp {486          container rsvp {
492            description487            description
493              "RSVP ";488              "RSVP ";
494            container default {489            container default {
495              description490              description
496                "RSVP Default ";491                "RSVP Default ";
497              leaf rate {492              leaf rate {
498                type uint32 {493                type uint32 {
499                  range "0..4294967295" {494                  range "0..4294967295" {
500                    description495                    description
501                      "Packets Per Second (actual Min and Max range depends on platform)";496                      "Packets Per Second (actual Min and Max range depends on platform)";
502                  }497                  }
503                }498                }
504                description499                description
505                  "Rate in PPS";500                  "Rate in PPS";
506              }501              }
507            }502            }
508            container known {503            container known {
509              description504              description
510                "RSVP Known ";505                "RSVP Known ";
511              leaf rate {506              leaf rate {
512                type uint32 {507                type uint32 {
513                  range "0..4294967295" {508                  range "0..4294967295" {
514                    description509                    description
515                      "Packets Per Second (actual Min and Max range depends on platform)";510                      "Packets Per Second (actual Min and Max range depends on platform)";
516                  }511                  }
517                }512                }
518                description513                description
519                  "Rate in PPS";514                  "Rate in PPS";
520              }515              }
521            }516            }
522            container udp {517            container udp {
523              description518              description
524                "UDP";519                "UDP";
525              leaf rate {520              leaf rate {
526                type uint32 {521                type uint32 {
527                  range "0..4294967295" {522                  range "0..4294967295" {
528                    description523                    description
529                      "Packets Per Second (actual Min and Max range depends on platform)";524                      "Packets Per Second (actual Min and Max range depends on platform)";
530                  }525                  }
531                }526                }
532                description527                description
533                  "Rate in PPS";528                  "Rate in PPS";
534              }529              }
535            }530            }
536          }531          }
537          container ike {532          container ike {
538            description533            description
539              "IKE ";534              "IKE ";
540            leaf rate {535            leaf rate {
541              type uint32 {536              type uint32 {
542                range "0..4294967295" {537                range "0..4294967295" {
543                  description538                  description
544                    "Packets Per Second (actual Min and Max range depends on platform)";539                    "Packets Per Second (actual Min and Max range depends on platform)";
545                }540                }
546              }541              }
547              description542              description
548                "Rate in PPS";543                "Rate in PPS";
549            }544            }
550          }545          }
551          container ipsec {546          container ipsec {
552            description547            description
553              "IPSEC ";548              "IPSEC ";
554            container known {549            container known {
555              description550              description
556                "Known ";551                "Known ";
557              leaf rate {552              leaf rate {
558                type uint32 {553                type uint32 {
559                  range "0..4294967295" {554                  range "0..4294967295" {
560                    description555                    description
561                      "Packets Per Second (actual Min and Max range depends on platform)";556                      "Packets Per Second (actual Min and Max range depends on platform)";
562                  }557                  }
563                }558                }
564                description559                description
565                  "Rate in PPS";560                  "Rate in PPS";
566              }561              }
567            }562            }
568            container default {563            container default {
569              description564              description
570                "Default ";565                "Default ";
571              leaf rate {566              leaf rate {
572                type uint32 {567                type uint32 {
573                  range "0..4294967295" {568                  range "0..4294967295" {
574                    description569                    description
575                      "Packets Per Second (actual Min and Max range depends on platform)";570                      "Packets Per Second (actual Min and Max range depends on platform)";
576                  }571                  }
577                }572                }
578                description573                description
579                  "Rate in PPS";574                  "Rate in PPS";
580              }575              }
581            }576            }
582          }577          }
583          container msdp {578          container msdp {
584            description579            description
585              "MSDP ";580              "MSDP ";
586            container known {581            container known {
587              description582              description
588                "Known ";583                "Known ";
589              leaf rate {584              leaf rate {
590                type uint32 {585                type uint32 {
591                  range "0..4294967295" {586                  range "0..4294967295" {
592                    description587                    description
593                      "Packets Per Second (actual Min and Max range depends on platform)";588                      "Packets Per Second (actual Min and Max range depends on platform)";
594                  }589                  }
595                }590                }
596                description591                description
597                  "Rate in PPS";592                  "Rate in PPS";
598              }593              }
599            }594            }
600            container configured {595            container configured {
601              description596              description
602                "Configured";597                "Configured";
603              leaf rate {598              leaf rate {
604                type uint32 {599                type uint32 {
605                  range "0..4294967295" {600                  range "0..4294967295" {
606                    description601                    description
607                      "Packets Per Second (actual Min and Max range depends on platform)";602                      "Packets Per Second (actual Min and Max range depends on platform)";
608                  }603                  }
609                }604                }
610                description605                description
611                  "Rate in PPS";606                  "Rate in PPS";
612              }607              }
613            }608            }
614            container default {609            container default {
615              description610              description
616                "Default";611                "Default";
617              leaf rate {612              leaf rate {
618                type uint32 {613                type uint32 {
619                  range "0..4294967295" {614                  range "0..4294967295" {
620                    description615                    description
621                      "Packets Per Second (actual Min and Max range depends on platform)";616                      "Packets Per Second (actual Min and Max range depends on platform)";
622                  }617                  }
623                }618                }
624                description619                description
625                  "Rate in PPS";620                  "Rate in PPS";
626              }621              }
627            }622            }
628          }623          }
629          container snmp {624          container snmp {
630            description625            description
631              "SNMP ";626              "SNMP ";
632            leaf rate {627            leaf rate {
633              type uint32 {628              type uint32 {
634                range "0..4294967295" {629                range "0..4294967295" {
635                  description630                  description
636                    "Packets Per Second (actual Min and Max range depends on platform)";631                    "Packets Per Second (actual Min and Max range depends on platform)";
637                }632                }
638              }633              }
639              description634              description
640                "Rate in PPS";635                "Rate in PPS";
641            }636            }
642          }637          }
643          container ssh {638          container ssh {
644            description639            description
645              "SSH ";640              "SSH ";
646            container known {641            container known {
647              description642              description
648                "Known ";643                "Known ";
649              leaf rate {644              leaf rate {
650                type uint32 {645                type uint32 {
651                  range "0..4294967295" {646                  range "0..4294967295" {
652                    description647                    description
653                      "Packets Per Second (actual Min and Max range depends on platform)";648                      "Packets Per Second (actual Min and Max range depends on platform)";
654                  }649                  }
655                }650                }
656                description651                description
657                  "Rate in PPS";652                  "Rate in PPS";
658              }653              }
659            }654            }
660            container default {655            container default {
661              description656              description
662                "Default ";657                "Default ";
663              leaf rate {658              leaf rate {
664                type uint32 {659                type uint32 {
665                  range "0..4294967295" {660                  range "0..4294967295" {
666                    description661                    description
667                      "Packets Per Second (actual Min and Max range depends on platform)";662                      "Packets Per Second (actual Min and Max range depends on platform)";
668                  }663                  }
669                }664                }
670                description665                description
671                  "Rate in PPS";666                  "Rate in PPS";
672              }667              }
673            }668            }
674          }669          }
675          container http {670          container http {
676            description671            description
677              "HTTP ";672              "HTTP ";
678            container known {673            container known {
679              description674              description
680                "Known ";675                "Known ";
681              leaf rate {676              leaf rate {
682                type uint32 {677                type uint32 {
683                  range "0..4294967295" {678                  range "0..4294967295" {
684                    description679                    description
685                      "Packets Per Second (actual Min and Max range depends on platform)";680                      "Packets Per Second (actual Min and Max range depends on platform)";
686                  }681                  }
687                }682                }
688                description683                description
689                  "Rate in PPS";684                  "Rate in PPS";
690              }685              }
691            }686            }
692            container default {687            container default {
693              description688              description
694                "Default ";689                "Default ";
695              leaf rate {690              leaf rate {
696                type uint32 {691                type uint32 {
697                  range "0..4294967295" {692                  range "0..4294967295" {
698                    description693                    description
699                      "Packets Per Second (actual Min and Max range depends on platform)";694                      "Packets Per Second (actual Min and Max range depends on platform)";
700                  }695                  }
701                }696                }
702                description697                description
703                  "Rate in PPS";698                  "Rate in PPS";
704              }699              }
705            }700            }
706          }701          }
707          container shttp {702          container shttp {
708            description703            description
709              "SHTTP ";704              "SHTTP ";
710            container known {705            container known {
711              description706              description
712                "Known ";707                "Known ";
713              leaf rate {708              leaf rate {
714                type uint32 {709                type uint32 {
715                  range "0..4294967295" {710                  range "0..4294967295" {
716                    description711                    description
717                      "Packets Per Second (actual Min and Max range depends on platform)";712                      "Packets Per Second (actual Min and Max range depends on platform)";
718                  }713                  }
719                }714                }
720                description715                description
721                  "Rate in PPS";716                  "Rate in PPS";
722              }717              }
723            }718            }
724            container default {719            container default {
725              description720              description
726                "Default ";721                "Default ";
727              leaf rate {722              leaf rate {
728                type uint32 {723                type uint32 {
729                  range "0..4294967295" {724                  range "0..4294967295" {
730                    description725                    description
731                      "Packets Per Second (actual Min and Max range depends on platform)";726                      "Packets Per Second (actual Min and Max range depends on platform)";
732                  }727                  }
733                }728                }
734                description729                description
735                  "Rate in PPS";730                  "Rate in PPS";
736              }731              }
737            }732            }
738          }733          }
739          container telnet {734          container telnet {
740            description735            description
741              "TELNET ";736              "TELNET ";
742            container known {737            container known {
743              description738              description
744                "Known ";739                "Known ";
745              leaf rate {740              leaf rate {
746                type uint32 {741                type uint32 {
747                  range "0..4294967295" {742                  range "0..4294967295" {
748                    description743                    description
749                      "Packets Per Second (actual Min and Max range depends on platform)";744                      "Packets Per Second (actual Min and Max range depends on platform)";
750                  }745                  }
751                }746                }
752                description747                description
753                  "Rate in PPS";748                  "Rate in PPS";
754              }749              }
755            }750            }
756            container default {751            container default {
757              description752              description
758                "Default ";753                "Default ";
759              leaf rate {754              leaf rate {
760                type uint32 {755                type uint32 {
761                  range "0..4294967295" {756                  range "0..4294967295" {
762                    description757                    description
763                      "Packets Per Second (actual Min and Max range depends on platform)";758                      "Packets Per Second (actual Min and Max range depends on platform)";
764                  }759                  }
765                }760                }
766                description761                description
767                  "Rate in PPS";762                  "Rate in PPS";
768              }763              }
769            }764            }
770          }765          }
771          container css {766          container css {
772            description767            description
773              "CSS ";768              "CSS ";
774            container known {769            container known {
775              description770              description
776                "Known ";771                "Known ";
777              leaf rate {772              leaf rate {
778                type uint32 {773                type uint32 {
779                  range "0..4294967295" {774                  range "0..4294967295" {
780                    description775                    description
781                      "Packets Per Second (actual Min and Max range depends on platform)";776                      "Packets Per Second (actual Min and Max range depends on platform)";
782                  }777                  }
783                }778                }
784                description779                description
785                  "Rate in PPS";780                  "Rate in PPS";
786              }781              }
787            }782            }
788            container default {783            container default {
789              description784              description
790                "Default ";785                "Default ";
791              leaf rate {786              leaf rate {
792                type uint32 {787                type uint32 {
793                  range "0..4294967295" {788                  range "0..4294967295" {
794                    description789                    description
795                      "Packets Per Second (actual Min and Max range depends on platform)";790                      "Packets Per Second (actual Min and Max range depends on platform)";
796                  }791                  }
797                }792                }
798                description793                description
799                  "Rate in PPS";794                  "Rate in PPS";
800              }795              }
801            }796            }
802          }797          }
803          container rsh {798          container rsh {
804            description799            description
805              "RSH ";800              "RSH ";
806            container known {801            container known {
807              description802              description
808                "Known ";803                "Known ";
809              leaf rate {804              leaf rate {
810                type uint32 {805                type uint32 {
811                  range "0..4294967295" {806                  range "0..4294967295" {
812                    description807                    description
813                      "Packets Per Second (actual Min and Max range depends on platform)";808                      "Packets Per Second (actual Min and Max range depends on platform)";
814                  }809                  }
815                }810                }
816                description811                description
817                  "Rate in PPS";812                  "Rate in PPS";
818              }813              }
819            }814            }
820            container default {815            container default {
821              description816              description
822                "Default ";817                "Default ";
823              leaf rate {818              leaf rate {
824                type uint32 {819                type uint32 {
825                  range "0..4294967295" {820                  range "0..4294967295" {
826                    description821                    description
827                      "Packets Per Second (actual Min and Max range depends on platform)";822                      "Packets Per Second (actual Min and Max range depends on platform)";
828                  }823                  }
829                }824                }
830                description825                description
831                  "Rate in PPS";826                  "Rate in PPS";
832              }827              }
833            }828            }
834          }829          }
835          container udp {830          container udp {
836            description831            description
837              "UDP ";832              "UDP ";
838            container known {833            container known {
839              description834              description
840                "Known ";835                "Known ";
841              leaf rate {836              leaf rate {
842                type uint32 {837                type uint32 {
843                  range "0..4294967295" {838                  range "0..4294967295" {
844                    description839                    description
845                      "Packets Per Second (actual Min and Max range depends on platform)";840                      "Packets Per Second (actual Min and Max range depends on platform)";
846                  }841                  }
847                }842                }
848                description843                description
849                  "Rate in PPS";844                  "Rate in PPS";
850              }845              }
851            }846            }
852            container listen {847            container listen {
853              description848              description
854                "Listen ";849                "Listen ";
855              leaf rate {850              leaf rate {
856                type uint32 {851                type uint32 {
857                  range "0..4294967295" {852                  range "0..4294967295" {
858                    description853                    description
859                      "Packets Per Second (actual Min and Max range depends on platform)";854                      "Packets Per Second (actual Min and Max range depends on platform)";
860                  }855                  }
861                }856                }
862                description857                description
863                  "Rate in PPS";858                  "Rate in PPS";
864              }859              }
865            }860            }
866            container configured {861            container configured {
867              description862              description
868                "Config peer ";863                "Config peer ";
869              leaf rate {864              leaf rate {
870                type uint32 {865                type uint32 {
871                  range "0..4294967295" {866                  range "0..4294967295" {
872                    description867                    description
873                      "Packets Per Second (actual Min and Max range depends on platform)";868                      "Packets Per Second (actual Min and Max range depends on platform)";
874                  }869                  }
875                }870                }
876                description871                description
877                  "Rate in PPS";872                  "Rate in PPS";
878              }873              }
879            }874            }
880            container default {875            container default {
881              description876              description
882                "Default ";877                "Default ";
883              leaf rate {878              leaf rate {
884                type uint32 {879                type uint32 {
885                  range "0..4294967295" {880                  range "0..4294967295" {
886                    description881                    description
887                      "Packets Per Second (actual Min and Max range depends on platform)";882                      "Packets Per Second (actual Min and Max range depends on platform)";
888                  }883                  }
889                }884                }
890                description885                description
891                  "Rate in PPS";886                  "Rate in PPS";
892              }887              }
893            }888            }
894          }889          }
895          container tcp {890          container tcp {
896            description891            description
897              "TCP ";892              "TCP ";
898            container known {893            container known {
899              description894              description
900                "Known ";895                "Known ";
901              leaf rate {896              leaf rate {
902                type uint32 {897                type uint32 {
903                  range "0..4294967295" {898                  range "0..4294967295" {
904                    description899                    description
905                      "Packets Per Second (actual Min and Max range depends on platform)";900                      "Packets Per Second (actual Min and Max range depends on platform)";
906                  }901                  }
907                }902                }
908                description903                description
909                  "Rate in PPS";904                  "Rate in PPS";
910              }905              }
911            }906            }
912            container listen {907            container listen {
913              description908              description
914                "Listen ";909                "Listen ";
915              leaf rate {910              leaf rate {
916                type uint32 {911                type uint32 {
917                  range "0..4294967295" {912                  range "0..4294967295" {
918                    description913                    description
919                      "Packets Per Second (actual Min and Max range depends on platform)";914                      "Packets Per Second (actual Min and Max range depends on platform)";
920                  }915                  }
921                }916                }
922                description917                description
923                  "Rate in PPS";918                  "Rate in PPS";
924              }919              }
925            }920            }
926            container configured {921            container configured {
927              description922              description
928                "Configured ";923                "Configured ";
929              leaf rate {924              leaf rate {
930                type uint32 {925                type uint32 {
931                  range "0..4294967295" {926                  range "0..4294967295" {
932                    description927                    description
933                      "Packets Per Second (actual Min and Max range depends on platform)";928                      "Packets Per Second (actual Min and Max range depends on platform)";
934                  }929                  }
935                }930                }
936                description931                description
937                  "Rate in PPS";932                  "Rate in PPS";
938              }933              }
939            }934            }
940            container default {935            container default {
941              description936              description
942                "Default ";937                "Default ";
943              leaf rate {938              leaf rate {
944                type uint32 {939                type uint32 {
945                  range "0..4294967295" {940                  range "0..4294967295" {
946                    description941                    description
947                      "Packets Per Second (actual Min and Max range depends on platform)";942                      "Packets Per Second (actual Min and Max range depends on platform)";
948                  }943                  }
949                }944                }
950                description945                description
951                  "Rate in PPS";946                  "Rate in PPS";
952              }947              }
953            }948            }
954          }949          }
955          container multicast {950          container multicast {
956            description951            description
957              "Multicast ";952              "Multicast ";
958            container known {953            container known {
959              description954              description
960                "Known ";955                "Known ";
961              leaf rate {956              leaf rate {
962                type uint32 {957                type uint32 {
963                  range "0..4294967295" {958                  range "0..4294967295" {
964                    description959                    description
965                      "Packets Per Second (actual Min and Max range depends on platform)";960                      "Packets Per Second (actual Min and Max range depends on platform)";
966                  }961                  }
967                }962                }
968                description963                description
969                  "Rate in PPS";964                  "Rate in PPS";
970              }965              }
971            }966            }
972            container default {967            container default {
973              description968              description
974                "Default ";969                "Default ";
975              leaf rate {970              leaf rate {
976                type uint32 {971                type uint32 {
977                  range "0..4294967295" {972                  range "0..4294967295" {
978                    description973                    description
979                      "Packets Per Second (actual Min and Max range depends on platform)";974                      "Packets Per Second (actual Min and Max range depends on platform)";
980                  }975                  }
981                }976                }
982                description977                description
983                  "Rate in PPS";978                  "Rate in PPS";
984              }979              }
985            }980            }
986          }981          }
987          container raw {982          container raw {
988            description983            description
989              "Raw ";984              "Raw ";
990            container listen {985            container listen {
991              description986              description
992                "Listen ";987                "Listen ";
993              leaf rate {988              leaf rate {
994                type uint32 {989                type uint32 {
995                  range "0..4294967295" {990                  range "0..4294967295" {
996                    description991                    description
997                      "Packets Per Second (actual Min and Max range depends on platform)";992                      "Packets Per Second (actual Min and Max range depends on platform)";
998                  }993                  }
999                }994                }
1000                description995                description
1001                  "Rate in PPS";996                  "Rate in PPS";
1002              }997              }
1003            }998            }
1004            container default {999            container default {
1005              description1000              description
1006                "Default ";1001                "Default ";
1007              leaf rate {1002              leaf rate {
1008                type uint32 {1003                type uint32 {
1009                  range "0..4294967295" {1004                  range "0..4294967295" {
1010                    description1005                    description
1011                      "Packets Per Second (actual Min and Max range depends on platform)";1006                      "Packets Per Second (actual Min and Max range depends on platform)";
1012                  }1007                  }
1013                }1008                }
1014                description1009                description
1015                  "Rate in PPS";1010                  "Rate in PPS";
1016              }1011              }
1017            }1012            }
1018          }1013          }
1019          container ip-sla {1014          container ip-sla {
1020            description1015            description
1021              "IP-SLA ";1016              "IP-SLA ";
1022            leaf rate {1017            leaf rate {
1023              type uint32 {1018              type uint32 {
1024                range "0..4294967295" {1019                range "0..4294967295" {
1025                  description1020                  description
1026                    "Packets Per Second (actual Min and Max range depends on platform)";1021                    "Packets Per Second (actual Min and Max range depends on platform)";
1027                }1022                }
1028              }1023              }
1029              description1024              description
1030                "Rate in PPS";1025                "Rate in PPS";
1031            }1026            }
1032          }1027          }
1033          container eigrp {1028          container eigrp {
1034            description1029            description
1035              "EIGRP ";1030              "EIGRP ";
1036            leaf rate {1031            leaf rate {
1037              type uint32 {1032              type uint32 {
1038                range "0..4294967295" {1033                range "0..4294967295" {
1039                  description1034                  description
1040                    "Packets Per Second (actual Min and Max range depends on platform)";1035                    "Packets Per Second (actual Min and Max range depends on platform)";
1041                }1036                }
1042              }1037              }
1043              description1038              description
1044                "Rate in PPS";1039                "Rate in PPS";
1045            }1040            }
1046          }1041          }
1047          container rip {1042          container rip {
1048            description1043            description
1049              "RIP ";1044              "RIP ";
1050            leaf rate {1045            leaf rate {
1051              type uint32 {1046              type uint32 {
1052                range "0..4294967295" {1047                range "0..4294967295" {
1053                  description1048                  description
1054                    "Packets Per Second (actual Min and Max range depends on platform)";1049                    "Packets Per Second (actual Min and Max range depends on platform)";
1055                }1050                }
1056              }1051              }
1057              description1052              description
1058                "Rate in PPS";1053                "Rate in PPS";
1059            }1054            }
1060          }1055          }
1061          container l2tpv3 {1056          container l2tpv3 {
1062            description1057            description
1063              "L2TPv3 ";1058              "L2TPv3 ";
1064            leaf rate {1059            leaf rate {
1065              type uint32 {1060              type uint32 {
1066                range "0..4294967295" {1061                range "0..4294967295" {
1067                  description1062                  description
1068                    "Packets Per Second (actual Min and Max range depends on platform)";1063                    "Packets Per Second (actual Min and Max range depends on platform)";
1069                }1064                }
1070              }1065              }
1071              description1066              description
1072                "Rate in PPS";1067                "Rate in PPS";
1073            }1068            }
1074          }1069          }
1075          container pcep {1070          container pcep {
1076            description1071            description
1077              "PCEP ";1072              "PCEP ";
1078            leaf rate {1073            leaf rate {
1079              type uint32 {1074              type uint32 {
1080                range "0..4294967295" {1075                range "0..4294967295" {
1081                  description1076                  description
1082                    "Packets Per Second (actual Min and Max range depends on platform)";1077                    "Packets Per Second (actual Min and Max range depends on platform)";
1083                }1078                }
1084              }1079              }
1085              description1080              description
1086                "Rate in PPS";1081                "Rate in PPS";
1087            }1082            }
1088          }1083          }
1089          container gre {1084          container gre {
1090            description1085            description
1091              "GRE ";1086              "GRE ";
1092            leaf rate {1087            leaf rate {
1093              type uint32 {1088              type uint32 {
1094                range "0..4294967295" {1089                range "0..4294967295" {
1095                  description1090                  description
1096                    "Packets Per Second (actual Min and Max range depends on platform)";1091                    "Packets Per Second (actual Min and Max range depends on platform)";
1097                }1092                }
1098              }1093              }
1099              description1094              description
1100                "Rate in PPS";1095                "Rate in PPS";
1101            }1096            }
1102          }1097          }
1103          container vrrp {1098          container vrrp {
1104            description1099            description
1105              "VRRP ";1100              "VRRP ";
1106            leaf rate {1101            leaf rate {
1107              type uint32 {1102              type uint32 {
1108                range "0..4294967295" {1103                range "0..4294967295" {
1109                  description1104                  description
1110                    "Packets Per Second (actual Min and Max range depends on platform)";1105                    "Packets Per Second (actual Min and Max range depends on platform)";
1111                }1106                }
1112              }1107              }
1113              description1108              description
1114                "Rate in PPS";1109                "Rate in PPS";
1115            }1110            }
1116          }1111          }
1117          container hsrp {1112          container hsrp {
1118            description1113            description
1119              "HSRP ";1114              "HSRP ";
1120            leaf rate {1115            leaf rate {
1121              type uint32 {1116              type uint32 {
1122                range "0..4294967295" {1117                range "0..4294967295" {
1123                  description1118                  description
1124                    "Packets Per Second (actual Min and Max range depends on platform)";1119                    "Packets Per Second (actual Min and Max range depends on platform)";
1125                }1120                }
1126              }1121              }
1127              description1122              description
1128                "Rate in PPS";1123                "Rate in PPS";
1129            }1124            }
1130          }1125          }
1131          container mpls {1126          container mpls {
1132            description1127            description
1133              "MPLS ";1128              "MPLS ";
1134            container oam {1129            container oam {
1135              description1130              description
1136                "Oam ";1131                "Oam ";
1137              leaf rate {1132              leaf rate {
1138                type uint32 {1133                type uint32 {
1139                  range "0..4294967295" {1134                  range "0..4294967295" {
1140                    description1135                    description
1141                      "Packets Per Second (actual Min and Max range depends on platform)";1136                      "Packets Per Second (actual Min and Max range depends on platform)";
1142                  }1137                  }
1143                }1138                }
1144                description1139                description
1145                  "Rate in PPS";1140                  "Rate in PPS";
1146              }1141              }
1147            }1142            }
1148          }1143          }
1149          container l2tpv2 {1144          container l2tpv2 {
1150            description1145            description
1151              "L2TPv2 ";1146              "L2TPv2 ";
1152            container default {1147            container default {
1153              description1148              description
1154                "Default ";1149                "Default ";
1155              leaf rate {1150              leaf rate {
1156                type uint32 {1151                type uint32 {
1157                  range "0..4294967295" {1152                  range "0..4294967295" {
1158                    description1153                    description
1159                      "Packets Per Second (actual Min and Max range depends on platform)";1154                      "Packets Per Second (actual Min and Max range depends on platform)";
1160                  }1155                  }
1161                }1156                }
1162                description1157                description
1163                  "Rate in PPS";1158                  "Rate in PPS";
1164              }1159              }
1165            }1160            }
1166            container known {1161            container known {
1167              description1162              description
1168                "Known ";1163                "Known ";
1169              leaf rate {1164              leaf rate {
1170                type uint32 {1165                type uint32 {
1171                  range "0..4294967295" {1166                  range "0..4294967295" {
1172                    description1167                    description
1173                      "Packets Per Second (actual Min and Max range depends on platform)";1168                      "Packets Per Second (actual Min and Max range depends on platform)";
1174                  }1169                  }
1175                }1170                }
1176                description1171                description
1177                  "Rate in PPS";1172                  "Rate in PPS";
1178              }1173              }
1179            }1174            }
1180          }1175          }
1181          container dns {1176          container dns {
1182            description1177            description
1183              "DNS ";1178              "DNS ";
1184            leaf rate {1179            leaf rate {
1185              type uint32 {1180              type uint32 {
1186                range "0..4294967295" {1181                range "0..4294967295" {
1187                  description1182                  description
1188                    "Packets Per Second (actual Min and Max range depends on platform)";1183                    "Packets Per Second (actual Min and Max range depends on platform)";
1189                }1184                }
1190              }1185              }
1191              description1186              description
1192                "Rate in PPS";1187                "Rate in PPS";
1193            }1188            }
1194          }1189          }
1195          container radius {1190          container radius {
1196            description1191            description
1197              "RADIUS ";1192              "RADIUS ";
1198            leaf rate {1193            leaf rate {
1199              type uint32 {1194              type uint32 {
1200                range "0..4294967295" {1195                range "0..4294967295" {
1201                  description1196                  description
1202                    "Packets Per Second (actual Min and Max range depends on platform)";1197                    "Packets Per Second (actual Min and Max range depends on platform)";
1203                }1198                }
1204              }1199              }
1205              description1200              description
1206                "Rate in PPS";1201                "Rate in PPS";
1207            }1202            }
1208          }1203          }
1209          container tacacs {1204          container tacacs {
1210            description1205            description
1211              "TACACS ";1206              "TACACS ";
1212            leaf rate {1207            leaf rate {
1213              type uint32 {1208              type uint32 {
1214                range "0..4294967295" {1209                range "0..4294967295" {
1215                  description1210                  description
1216                    "Packets Per Second (actual Min and Max range depends on platform)";1211                    "Packets Per Second (actual Min and Max range depends on platform)";
1217                }1212                }
1218              }1213              }
1219              description1214              description
1220                "Rate in PPS";1215                "Rate in PPS";
1221            }1216            }
1222          }1217          }
1223          container ntp {1218          container ntp {
1224            description1219            description
1225              "NTP ";1220              "NTP ";
1226            container default {1221            container default {
1227              description1222              description
1228                "Default ";1223                "Default ";
1229              leaf rate {1224              leaf rate {
1230                type uint32 {1225                type uint32 {
1231                  range "0..4294967295" {1226                  range "0..4294967295" {
1232                    description1227                    description
1233                      "Packets Per Second (actual Min and Max range depends on platform)";1228                      "Packets Per Second (actual Min and Max range depends on platform)";
1234                  }1229                  }
1235                }1230                }
1236                description1231                description
1237                  "Rate in PPS";1232                  "Rate in PPS";
1238              }1233              }
1239            }1234            }
1240            container known {1235            container known {
1241              description1236              description
1242                "Known ";1237                "Known ";
1243              leaf rate {1238              leaf rate {
1244                type uint32 {1239                type uint32 {
1245                  range "0..4294967295" {1240                  range "0..4294967295" {
1246                    description1241                    description
1247                      "Packets Per Second (actual Min and Max range depends on platform)";1242                      "Packets Per Second (actual Min and Max range depends on platform)";
1248                  }1243                  }
1249                }1244                }
1250                description1245                description
1251                  "Rate in PPS";1246                  "Rate in PPS";
1252              }1247              }
1253            }1248            }
1254          }1249          }
1255          container mipv6 {1250          container mipv6 {
1256            description1251            description
1257              "MIPv6 ";1252              "MIPv6 ";
1258            leaf rate {1253            leaf rate {
1259              type uint32 {1254              type uint32 {
1260                range "0..4294967295" {1255                range "0..4294967295" {
1261                  description1256                  description
1262                    "Packets Per Second (actual Min and Max range depends on platform)";1257                    "Packets Per Second (actual Min and Max range depends on platform)";
1263                }1258                }
1264              }1259              }
1265              description1260              description
1266                "Rate in PPS";1261                "Rate in PPS";
1267            }1262            }
1268          }1263          }
1269          container amt {1264          container amt {
1270            description1265            description
1271              "AMT ";1266              "AMT ";
1272            leaf rate {1267            leaf rate {
1273              type uint32 {1268              type uint32 {
1274                range "0..4294967295" {1269                range "0..4294967295" {
1275                  description1270                  description
1276                    "Packets Per Second (actual Min and Max range depends on platform)";1271                    "Packets Per Second (actual Min and Max range depends on platform)";
1277                }1272                }
1278              }1273              }
1279              description1274              description
1280                "Rate in PPS";1275                "Rate in PPS";
1281            }1276            }
1282          }1277          }
1283          container sdac {1278          container sdac {
1284            description1279            description
1285              "SDAC-TCP ";1280              "SDAC-TCP ";
1286            leaf rate {1281            leaf rate {
1287              type uint32 {1282              type uint32 {
1288                range "0..4294967295" {1283                range "0..4294967295" {
1289                  description1284                  description
1290                    "Packets Per Second (actual Min and Max range depends on platform)";1285                    "Packets Per Second (actual Min and Max range depends on platform)";
1291                }1286                }
1292              }1287              }
1293              description1288              description
1294                "Rate in PPS";1289                "Rate in PPS";
1295            }1290            }
1296          }1291          }
1297          container radius-coa {1292          container radius-coa {
1298            description1293            description
1299              "RADIUS COA ";1294              "RADIUS COA ";
1300            leaf rate {1295            leaf rate {
1301              type uint32 {1296              type uint32 {
1302                range "0..4294967295" {1297                range "0..4294967295" {
1303                  description1298                  description
1304                    "Packets Per Second (actual Min and Max range depends on platform)";1299                    "Packets Per Second (actual Min and Max range depends on platform)";
1305                }1300                }
1306              }1301              }
1307              description1302              description
1308                "Rate in PPS";1303                "Rate in PPS";
1309            }1304            }
1310          }1305          }
1311          container rel-udp {1306          container rel-udp {
1312            description1307            description
1313              "Syslog/netflow packets";1308              "Syslog/netflow packets";
1314            leaf rate {1309            leaf rate {
1315              type uint32 {1310              type uint32 {
1316                range "0..4294967295" {1311                range "0..4294967295" {
1317                  description1312                  description
1318                    "Packets Per Second (actual Min and Max range depends on platform)";1313                    "Packets Per Second (actual Min and Max range depends on platform)";
1319                }1314                }
1320              }1315              }
1321              description1316              description
1322                "Rate in PPS";1317                "Rate in PPS";
1323            }1318            }
1324          }1319          }
1325          container dhcpv4 {1320          container dhcpv4 {
1326            description1321            description
1327              "DHCPv4 ";1322              "DHCPv4 ";
1328            leaf rate {1323            leaf rate {
1329              type uint32 {1324              type uint32 {
1330                range "0..4294967295" {1325                range "0..4294967295" {
1331                  description1326                  description
1332                    "Packets Per Second (actual Min and Max range depends on platform)";1327                    "Packets Per Second (actual Min and Max range depends on platform)";
1333                }1328                }
1334              }1329              }
1335              description1330              description
1336                "Rate in PPS";1331                "Rate in PPS";
1337            }1332            }
1338          }1333          }
1339          container dhcpv6 {1334          container dhcpv6 {
1340            description1335            description
1341              "DHCPv6 ";1336              "DHCPv6 ";
1342            leaf rate {1337            leaf rate {
1343              type uint32 {1338              type uint32 {
1344                range "0..4294967295" {1339                range "0..4294967295" {
1345                  description1340                  description
1346                    "Packets Per Second (actual Min and Max range depends on platform)";1341                    "Packets Per Second (actual Min and Max range depends on platform)";
1347                }1342                }
1348              }1343              }
1349              description1344              description
1350                "Rate in PPS";1345                "Rate in PPS";
1351            }1346            }
1352          }1347          }
1353          container onepk {1348          container onepk {
1354            description1349            description
1355              "ONEPK ";1350              "ONEPK ";
1356            leaf rate {1351            leaf rate {
1357              type uint32 {1352              type uint32 {
1358                range "0..4294967295" {1353                range "0..4294967295" {
1359                  description1354                  description
1360                    "Packets Per Second (actual Min and Max range depends on platform)";1355                    "Packets Per Second (actual Min and Max range depends on platform)";
1361                }1356                }
1362              }1357              }
1363              description1358              description
1364                "Rate in PPS";1359                "Rate in PPS";
1365            }1360            }
1366          }1361          }
1367          container tpa {1362          container tpa {
1368            description1363            description
1369              "Third Party Applications";1364              "Third Party Applications";
1370            leaf rate {1365            leaf rate {
1371              type uint32 {1366              type uint32 {
1372                range "0..4294967295" {1367                range "0..4294967295" {
1373                  description1368                  description
1374                    "Packets Per Second (actual Min and Max range depends on platform)";1369                    "Packets Per Second (actual Min and Max range depends on platform)";
1375                }1370                }
1376              }1371              }
1377              description1372              description
1378                "Rate in PPS";1373                "Rate in PPS";
1379            }1374            }
1380          }1375          }
1381          container ietf-bob {1376          container ietf-bob {
1382            description1377            description
1383              "IETF BOB Packets";1378              "IETF BOB Packets";
1384            leaf rate {1379            leaf rate {
1385              type uint32 {1380              type uint32 {
1386                range "0..4294967295" {1381                range "0..4294967295" {
1387                  description1382                  description
1388                    "Packets Per Second (actual Min and Max range depends on platform)";1383                    "Packets Per Second (actual Min and Max range depends on platform)";
1389                }1384                }
1390              }1385              }
1391              description1386              description
1392                "Rate in PPS";1387                "Rate in PPS";
1393            }1388            }
1394          }1389          }
1395          container xipc {1390          container xipc {
1396            if-feature "pifib_xipc_throt_policer_config_check";1391            if-feature "pifib_xipc_throt_policer_config_check";
1397            description1392            description
1398              "XIPC rate limit";1393              "XIPC rate limit";
1399            leaf rate {1394            leaf rate {
1400              type uint32 {1395              type uint32 {
1401                range "0..4294967295" {1396                range "0..4294967295" {
1402                  description1397                  description
1403                    "Packets Per Second (actual Min and Max range depends on platform)";1398                    "Packets Per Second (actual Min and Max range depends on platform)";
1404                }1399                }
1405              }1400              }
1406              description1401              description
1407                "Rate in PPS";1402                "Rate in PPS";
1408            }1403            }
1409          }1404          }
1410          container pm-twamp {1405          container pm-twamp {
1411            description1406            description
1412              "PM TWAMP Packets";1407              "PM TWAMP Packets";
1413            leaf rate {1408            leaf rate {
1414              type uint32 {1409              type uint32 {
1415                range "0..4294967295" {1410                range "0..4294967295" {
1416                  description1411                  description
1417                    "Packets Per Second (actual Min and Max range depends on platform)";1412                    "Packets Per Second (actual Min and Max range depends on platform)";
1418                }1413                }
1419              }1414              }
1420              description1415              description
1421                "Rate in PPS";1416                "Rate in PPS";
1422            }1417            }
1423          }1418          }
1424        }1419        }
1425      }1420      }
1426      container np1 {1421      container np1 {
1427        description1422        description
1428          "Np number";1423          "Np number";
1429        container flow {1424        container flow {
1430          description1425          description
1431            "lpts flow type";1426            "lpts flow type";
1432          container fragment {1427          container fragment {
1433            description1428            description
1434              "Fragmented IP packets";1429              "Fragmented IP packets";
1435            leaf rate {1430            leaf rate {
1436              type uint32 {1431              type uint32 {
1437                range "0..4294967295" {1432                range "0..4294967295" {
1438                  description1433                  description
1439                    "Packets Per Second (actual Min and Max range depends on platform)";1434                    "Packets Per Second (actual Min and Max range depends on platform)";
1440                }1435                }
1441              }1436              }
1442              description1437              description
1443                "Rate in PPS";1438                "Rate in PPS";
1444            }1439            }
1445          }1440          }
1446          container ospf {1441          container ospf {
1447            description1442            description
1448              "OSPF ";1443              "OSPF ";
1449            container unicast {1444            container unicast {
1450              description1445              description
1451                "Unicast ";1446                "Unicast ";
1452              container known {1447              container known {
1453                description1448                description
1454                  "Known ";1449                  "Known ";
1455                leaf rate {1450                leaf rate {
1456                  type uint32 {1451                  type uint32 {
1457                    range "0..4294967295" {1452                    range "0..4294967295" {
1458                      description1453                      description
1459                        "Packets Per Second (actual Min and Max range depends on platform)";1454                        "Packets Per Second (actual Min and Max range depends on platform)";
1460                    }1455                    }
1461                  }1456                  }
1462                  description1457                  description
1463                    "Rate in PPS";1458                    "Rate in PPS";
1464                }1459                }
1465              }1460              }
1466              container default {1461              container default {
1467                description1462                description
1468                  "Default ";1463                  "Default ";
1469                leaf rate {1464                leaf rate {
1470                  type uint32 {1465                  type uint32 {
1471                    range "0..4294967295" {1466                    range "0..4294967295" {
1472                      description1467                      description
1473                        "Packets Per Second (actual Min and Max range depends on platform)";1468                        "Packets Per Second (actual Min and Max range depends on platform)";
1474                    }1469                    }
1475                  }1470                  }
1476                  description1471                  description
1477                    "Rate in PPS";1472                    "Rate in PPS";
1478                }1473                }
1479              }1474              }
1480            }1475            }
1481            container multicast {1476            container multicast {
1482              description1477              description
1483                "Multicast";1478                "Multicast";
1484              container known {1479              container known {
1485                description1480                description
1486                  "Known ";1481                  "Known ";
1487                leaf rate {1482                leaf rate {
1488                  type uint32 {1483                  type uint32 {
1489                    range "0..4294967295" {1484                    range "0..4294967295" {
1490                      description1485                      description
1491                        "Packets Per Second (actual Min and Max range depends on platform)";1486                        "Packets Per Second (actual Min and Max range depends on platform)";
1492                    }1487                    }
1493                  }1488                  }
1494                  description1489                  description
1495                    "Rate in PPS";1490                    "Rate in PPS";
1496                }1491                }
1497              }1492              }
1498              container default {1493              container default {
1499                description1494                description
1500                  "Default ";1495                  "Default ";
1501                leaf rate {1496                leaf rate {
1502                  type uint32 {1497                  type uint32 {
1503                    range "0..4294967295" {1498                    range "0..4294967295" {
1504                      description1499                      description
1505                        "Packets Per Second (actual Min and Max range depends on platform)";1500                        "Packets Per Second (actual Min and Max range depends on platform)";
1506                    }1501                    }
1507                  }1502                  }
1508                  description1503                  description
1509                    "Rate in PPS";1504                    "Rate in PPS";
1510                }1505                }
1511              }1506              }
1512            }1507            }
1513          }1508          }
1514          container isis {1509          container isis {
1515            description1510            description
1516              "ISIS ";1511              "ISIS ";
1517            container known {1512            container known {
1518              description1513              description
1519                "Known ";1514                "Known ";
1520              leaf rate {1515              leaf rate {
1521                type uint32 {1516                type uint32 {
1522                  range "0..4294967295" {1517                  range "0..4294967295" {
1523                    description1518                    description
1524                      "Packets Per Second (actual Min and Max range depends on platform)";1519                      "Packets Per Second (actual Min and Max range depends on platform)";
1525                  }1520                  }
1526                }1521                }
1527                description1522                description
1528                  "Rate in PPS";1523                  "Rate in PPS";
1529              }1524              }
1530            }1525            }
1531            container default {1526            container default {
1532              description1527              description
1533                "Default ";1528                "Default ";
1534              leaf rate {1529              leaf rate {
1535                type uint32 {1530                type uint32 {
1536                  range "0..4294967295" {1531                  range "0..4294967295" {
1537                    description1532                    description
1538                      "Packets Per Second (actual Min and Max range depends on platform)";1533                      "Packets Per Second (actual Min and Max range depends on platform)";
1539                  }1534                  }
1540                }1535                }
1541                description1536                description
1542                  "Rate in PPS";1537                  "Rate in PPS";
1543              }1538              }
1544            }1539            }
1545          }1540          }
1546          container bfd {1541          container bfd {
1547            description1542            description
1548              "BFD ";1543              "BFD ";
1549            container known {1544            container known {
1550              description1545              description
1551                "Known ";1546                "Known ";
1552              leaf rate {1547              leaf rate {
1553                type uint32 {1548                type uint32 {
1554                  range "0..4294967295" {1549                  range "0..4294967295" {
1555                    description1550                    description
1556                      "Packets Per Second (actual Min and Max range depends on platform)";1551                      "Packets Per Second (actual Min and Max range depends on platform)";
1557                  }1552                  }
1558                }1553                }
1559                description1554                description
1560                  "Rate in PPS";1555                  "Rate in PPS";
1561              }1556              }
1562            }1557            }
1563            container default {1558            container default {
1564              description1559              description
1565                "Default ";1560                "Default ";
1566              leaf rate {1561              leaf rate {
1567                type uint32 {1562                type uint32 {
1568                  range "0..4294967295" {1563                  range "0..4294967295" {
1569                    description1564                    description
1570                      "Packets Per Second (actual Min and Max range depends on platform)";1565                      "Packets Per Second (actual Min and Max range depends on platform)";
1571                  }1566                  }
1572                }1567                }
1573                description1568                description
1574                  "Rate in PPS";1569                  "Rate in PPS";
1575              }1570              }
1576            }1571            }
1577            container singlepath {1572            container singlepath {
1578              description1573              description
1579                "Singlepath ";1574                "Singlepath ";
1580              leaf rate {1575              leaf rate {
1581                type uint32 {1576                type uint32 {
1582                  range "0..4294967295" {1577                  range "0..4294967295" {
1583                    description1578                    description
1584                      "Packets Per Second (actual Min and Max range depends on platform)";1579                      "Packets Per Second (actual Min and Max range depends on platform)";
1585                  }1580                  }
1586                }1581                }
1587                description1582                description
1588                  "Rate in PPS";1583                  "Rate in PPS";
1589              }1584              }
1590            }1585            }
1591          }1586          }
1592          container bgp {1587          container bgp {
1593            description1588            description
1594              "BGP ";1589              "BGP ";
1595            container known {1590            container known {
1596              description1591              description
1597                "Known ";1592                "Known ";
1598              leaf rate {1593              leaf rate {
1599                type uint32 {1594                type uint32 {
1600                  range "0..4294967295" {1595                  range "0..4294967295" {
1601                    description1596                    description
1602                      "Packets Per Second (actual Min and Max range depends on platform)";1597                      "Packets Per Second (actual Min and Max range depends on platform)";
1603                  }1598                  }
1604                }1599                }
1605                description1600                description
1606                  "Rate in PPS";1601                  "Rate in PPS";
1607              }1602              }
1608            }1603            }
1609            container configured {1604            container configured {
1610              description1605              description
1611                "Configured";1606                "Configured";
1612              leaf rate {1607              leaf rate {
1613                type uint32 {1608                type uint32 {
1614                  range "0..4294967295" {1609                  range "0..4294967295" {
1615                    description1610                    description
1616                      "Packets Per Second (actual Min and Max range depends on platform)";1611                      "Packets Per Second (actual Min and Max range depends on platform)";
1617                  }1612                  }
1618                }1613                }
1619                description1614                description
1620                  "Rate in PPS";1615                  "Rate in PPS";
1621              }1616              }
1622            }1617            }
1623            container default {1618            container default {
1624              description1619              description
1625                "Default ";1620                "Default ";
1626              leaf rate {1621              leaf rate {
1627                type uint32 {1622                type uint32 {
1628                  range "0..4294967295" {1623                  range "0..4294967295" {
1629                    description1624                    description
1630                      "Packets Per Second (actual Min and Max range depends on platform)";1625                      "Packets Per Second (actual Min and Max range depends on platform)";
1631                  }1626                  }
1632                }1627                }
1633                description1628                description
1634                  "Rate in PPS";1629                  "Rate in PPS";
1635              }1630              }
1636            }1631            }
1637          }1632          }
1638          container pim {1633          container pim {
1639            description1634            description
1640              "PIM ";1635              "PIM ";
1641            container unicast {1636            container unicast {
1642              description1637              description
1643                "Unicast ";1638                "Unicast ";
1644              leaf rate {1639              leaf rate {
1645                type uint32 {1640                type uint32 {
1646                  range "0..4294967295" {1641                  range "0..4294967295" {
1647                    description1642                    description
1648                      "Packets Per Second (actual Min and Max range depends on platform)";1643                      "Packets Per Second (actual Min and Max range depends on platform)";
1649                  }1644                  }
1650                }1645                }
1651                description1646                description
1652                  "Rate in PPS";1647                  "Rate in PPS";
1653              }1648              }
1654            }1649            }
1655            container multicast {1650            container multicast {
1656              description1651              description
1657                "Multicast";1652                "Multicast";
1658              container known {1653              container known {
1659                description1654                description
1660                  "Known ";1655                  "Known ";
1661                leaf rate {1656                leaf rate {
1662                  type uint32 {1657                  type uint32 {
1663                    range "0..4294967295" {1658                    range "0..4294967295" {
1664                      description1659                      description
1665                        "Packets Per Second (actual Min and Max range depends on platform)";1660                        "Packets Per Second (actual Min and Max range depends on platform)";
1666                    }1661                    }
1667                  }1662                  }
1668                  description1663                  description
1669                    "Rate in PPS";1664                    "Rate in PPS";
1670                }1665                }
1671              }1666              }
1672              container default {1667              container default {
1673                description1668                description
1674                  "Default ";1669                  "Default ";
1675                leaf rate {1670                leaf rate {
1676                  type uint32 {1671                  type uint32 {
1677                    range "0..4294967295" {1672                    range "0..4294967295" {
1678                      description1673                      description
1679                        "Packets Per Second (actual Min and Max range depends on platform)";1674                        "Packets Per Second (actual Min and Max range depends on platform)";
1680                    }1675                    }
1681                  }1676                  }
1682                  description1677                  description
1683                    "Rate in PPS";1678                    "Rate in PPS";
1684                }1679                }
1685              }1680              }
1686            }1681            }
1687          }1682          }
1688          container igmp {1683          container igmp {
1689            description1684            description
1690              "IGMP ";1685              "IGMP ";
1691            leaf rate {1686            leaf rate {
1692              type uint32 {1687              type uint32 {
1693                range "0..4294967295" {1688                range "0..4294967295" {
1694                  description1689                  description
1695                    "Packets Per Second (actual Min and Max range depends on platform)";1690                    "Packets Per Second (actual Min and Max range depends on platform)";
1696                }1691                }
1697              }1692              }
1698              description1693              description
1699                "Rate in PPS";1694                "Rate in PPS";
1700            }1695            }
1701          }1696          }
1702          container icmp {1697          container icmp {
1703            description1698            description
1704              "ICMP ";1699              "ICMP ";
1705            container local {1700            container local {
1706              description1701              description
1707                "Local interest packets ";1702                "Local interest packets ";
1708              leaf rate {1703              leaf rate {
1709                type uint32 {1704                type uint32 {
1710                  range "0..4294967295" {1705                  range "0..4294967295" {
1711                    description1706                    description
1712                      "Packets Per Second (actual Min and Max range depends on platform)";1707                      "Packets Per Second (actual Min and Max range depends on platform)";
1713                  }1708                  }
1714                }1709                }
1715                description1710                description
1716                  "Rate in PPS";1711                  "Rate in PPS";
1717              }1712              }
1718            }1713            }
1719            container application {1714            container application {
1720              description1715              description
1721                "Specific application packets ";1716                "Specific application packets ";
1722              leaf rate {1717              leaf rate {
1723                type uint32 {1718                type uint32 {
1724                  range "0..4294967295" {1719                  range "0..4294967295" {
1725                    description1720                    description
1726                      "Packets Per Second (actual Min and Max range depends on platform)";1721                      "Packets Per Second (actual Min and Max range depends on platform)";
1727                  }1722                  }
1728                }1723                }
1729                description1724                description
1730                  "Rate in PPS";1725                  "Rate in PPS";
1731              }1726              }
1732            }1727            }
1733            container control {1728            container control {
1734              description1729              description
1735                "Control packets ";1730                "Control packets ";
1736              leaf rate {1731              leaf rate {
1737                type uint32 {1732                type uint32 {
1738                  range "0..4294967295" {1733                  range "0..4294967295" {
1739                    description1734                    description
1740                      "Packets Per Second (actual Min and Max range depends on platform)";1735                      "Packets Per Second (actual Min and Max range depends on platform)";
1741                  }1736                  }
1742                }1737                }
1743                description1738                description
1744                  "Rate in PPS";1739                  "Rate in PPS";
1745              }1740              }
1746            }1741            }
1747            container default {1742            container default {
1748              description1743              description
1749                "Default packets ";1744                "Default packets ";
1750              leaf rate {1745              leaf rate {
1751                type uint32 {1746                type uint32 {
1752                  range "0..4294967295" {1747                  range "0..4294967295" {
1753                    description1748                    description
1754                      "Packets Per Second (actual Min and Max range depends on platform)";1749                      "Packets Per Second (actual Min and Max range depends on platform)";
1755                  }1750                  }
1756                }1751                }
1757                description1752                description
1758                  "Rate in PPS";1753                  "Rate in PPS";
1759              }1754              }
1760            }1755            }
1761            container generic {1756            container generic {
1762              description1757              description
1763                "Generic application packets ";1758                "Generic application packets ";
1764              container echo-reply {1759              container echo-reply {
1765                description1760                description
1766                  "Echo-reply packets ";1761                  "Echo-reply packets ";
1767                leaf rate {1762                leaf rate {
1768                  type uint32 {1763                  type uint32 {
1769                    range "0..4294967295" {1764                    range "0..4294967295" {
1770                      description1765                      description
1771                        "Packets Per Second (actual Min and Max range depends on platform)";1766                        "Packets Per Second (actual Min and Max range depends on platform)";
1772                    }1767                    }
1773                  }1768                  }
1774                  description1769                  description
1775                    "Rate in PPS";1770                    "Rate in PPS";
1776                }1771                }
1777              }1772              }
1778            }1773            }
1779          }1774          }
1780          container all-routers {1775          container all-routers {
1781            description1776            description
1782              "All Routers";1777              "All Routers";
1783            leaf rate {1778            leaf rate {
1784              type uint32 {1779              type uint32 {
1785                range "0..4294967295" {1780                range "0..4294967295" {
1786                  description1781                  description
1787                    "Packets Per Second (actual Min and Max range depends on platform)";1782                    "Packets Per Second (actual Min and Max range depends on platform)";
1788                }1783                }
1789              }1784              }
1790              description1785              description
1791                "Rate in PPS";1786                "Rate in PPS";
1792            }1787            }
1793          }1788          }
1794          container lmp {1789          container lmp {
1795            description1790            description
1796              "LMP ";1791              "LMP ";
1797            container tcp {1792            container tcp {
1798              description1793              description
1799                "TCP ";1794                "TCP ";
1800              container known {1795              container known {
1801                description1796                description
1802                  "Known ";1797                  "Known ";
1803                leaf rate {1798                leaf rate {
1804                  type uint32 {1799                  type uint32 {
1805                    range "0..4294967295" {1800                    range "0..4294967295" {
1806                      description1801                      description
1807                        "Packets Per Second (actual Min and Max range depends on platform)";1802                        "Packets Per Second (actual Min and Max range depends on platform)";
1808                    }1803                    }
1809                  }1804                  }
1810                  description1805                  description
1811                    "Rate in PPS";1806                    "Rate in PPS";
1812                }1807                }
1813              }1808              }
1814              container configured {1809              container configured {
1815                description1810                description
1816                  "Configured";1811                  "Configured";
1817                leaf rate {1812                leaf rate {
1818                  type uint32 {1813                  type uint32 {
1819                    range "0..4294967295" {1814                    range "0..4294967295" {
1820                      description1815                      description
1821                        "Packets Per Second (actual Min and Max range depends on platform)";1816                        "Packets Per Second (actual Min and Max range depends on platform)";
1822                    }1817                    }
1823                  }1818                  }
1824                  description1819                  description
1825                    "Rate in PPS";1820                    "Rate in PPS";
1826                }1821                }
1827              }1822              }
1828              container default {1823              container default {
1829                description1824                description
1830                  "Default ";1825                  "Default ";
1831                leaf rate {1826                leaf rate {
1832                  type uint32 {1827                  type uint32 {
1833                    range "0..4294967295" {1828                    range "0..4294967295" {
1834                      description1829                      description
1835                        "Packets Per Second (actual Min and Max range depends on platform)";1830                        "Packets Per Second (actual Min and Max range depends on platform)";
1836                    }1831                    }
1837                  }1832                  }
1838                  description1833                  description
1839                    "Rate in PPS";1834                    "Rate in PPS";
1840                }1835                }
1841              }1836              }
1842            }1837            }
1843            container udp {1838            container udp {
1844              description1839              description
1845                "UDP ";1840                "UDP ";
1846              leaf rate {1841              leaf rate {
1847                type uint32 {1842                type uint32 {
1848                  range "0..4294967295" {1843                  range "0..4294967295" {
1849                    description1844                    description
1850                      "Packets Per Second (actual Min and Max range depends on platform)";1845                      "Packets Per Second (actual Min and Max range depends on platform)";
1851                  }1846                  }
1852                }1847                }
1853                description1848                description
1854                  "Rate in PPS";1849                  "Rate in PPS";
1855              }1850              }
1856            }1851            }
1857          }1852          }
1858          container rsvp {1853          container rsvp {
1859            description1854            description
1860              "RSVP ";1855              "RSVP ";
1861            container default {1856            container default {
1862              description1857              description
1863                "RSVP Default ";1858                "RSVP Default ";
1864              leaf rate {1859              leaf rate {
1865                type uint32 {1860                type uint32 {
1866                  range "0..4294967295" {1861                  range "0..4294967295" {
1867                    description1862                    description
1868                      "Packets Per Second (actual Min and Max range depends on platform)";1863                      "Packets Per Second (actual Min and Max range depends on platform)";
1869                  }1864                  }
1870                }1865                }
1871                description1866                description
1872                  "Rate in PPS";1867                  "Rate in PPS";
1873              }1868              }
1874            }1869            }
1875            container known {1870            container known {
1876              description1871              description
1877                "RSVP Known ";1872                "RSVP Known ";
1878              leaf rate {1873              leaf rate {
1879                type uint32 {1874                type uint32 {
1880                  range "0..4294967295" {1875                  range "0..4294967295" {
1881                    description1876                    description
1882                      "Packets Per Second (actual Min and Max range depends on platform)";1877                      "Packets Per Second (actual Min and Max range depends on platform)";
1883                  }1878                  }
1884                }1879                }
1885                description1880                description
1886                  "Rate in PPS";1881                  "Rate in PPS";
1887              }1882              }
1888            }1883            }
1889            container udp {1884            container udp {
1890              description1885              description
1891                "UDP";1886                "UDP";
1892              leaf rate {1887              leaf rate {
1893                type uint32 {1888                type uint32 {
1894                  range "0..4294967295" {1889                  range "0..4294967295" {
1895                    description1890                    description
1896                      "Packets Per Second (actual Min and Max range depends on platform)";1891                      "Packets Per Second (actual Min and Max range depends on platform)";
1897                  }1892                  }
1898                }1893                }
1899                description1894                description
1900                  "Rate in PPS";1895                  "Rate in PPS";
1901              }1896              }
1902            }1897            }
1903          }1898          }
1904          container ike {1899          container ike {
1905            description1900            description
1906              "IKE ";1901              "IKE ";
1907            leaf rate {1902            leaf rate {
1908              type uint32 {1903              type uint32 {
1909                range "0..4294967295" {1904                range "0..4294967295" {
1910                  description1905                  description
1911                    "Packets Per Second (actual Min and Max range depends on platform)";1906                    "Packets Per Second (actual Min and Max range depends on platform)";
1912                }1907                }
1913              }1908              }
1914              description1909              description
1915                "Rate in PPS";1910                "Rate in PPS";
1916            }1911            }
1917          }1912          }
1918          container ipsec {1913          container ipsec {
1919            description1914            description
1920              "IPSEC ";1915              "IPSEC ";
1921            container known {1916            container known {
1922              description1917              description
1923                "Known ";1918                "Known ";
1924              leaf rate {1919              leaf rate {
1925                type uint32 {1920                type uint32 {
1926                  range "0..4294967295" {1921                  range "0..4294967295" {
1927                    description1922                    description
1928                      "Packets Per Second (actual Min and Max range depends on platform)";1923                      "Packets Per Second (actual Min and Max range depends on platform)";
1929                  }1924                  }
1930                }1925                }
1931                description1926                description
1932                  "Rate in PPS";1927                  "Rate in PPS";
1933              }1928              }
1934            }1929            }
1935            container default {1930            container default {
1936              description1931              description
1937                "Default ";1932                "Default ";
1938              leaf rate {1933              leaf rate {
1939                type uint32 {1934                type uint32 {
1940                  range "0..4294967295" {1935                  range "0..4294967295" {
1941                    description1936                    description
1942                      "Packets Per Second (actual Min and Max range depends on platform)";1937                      "Packets Per Second (actual Min and Max range depends on platform)";
1943                  }1938                  }
1944                }1939                }
1945                description1940                description
1946                  "Rate in PPS";1941                  "Rate in PPS";
1947              }1942              }
1948            }1943            }
1949          }1944          }
1950          container msdp {1945          container msdp {
1951            description1946            description
1952              "MSDP ";1947              "MSDP ";
1953            container known {1948            container known {
1954              description1949              description
1955                "Known ";1950                "Known ";
1956              leaf rate {1951              leaf rate {
1957                type uint32 {1952                type uint32 {
1958                  range "0..4294967295" {1953                  range "0..4294967295" {
1959                    description1954                    description
1960                      "Packets Per Second (actual Min and Max range depends on platform)";1955                      "Packets Per Second (actual Min and Max range depends on platform)";
1961                  }1956                  }
1962                }1957                }
1963                description1958                description
1964                  "Rate in PPS";1959                  "Rate in PPS";
1965              }1960              }
1966            }1961            }
1967            container configured {1962            container configured {
1968              description1963              description
1969                "Configured";1964                "Configured";
1970              leaf rate {1965              leaf rate {
1971                type uint32 {1966                type uint32 {
1972                  range "0..4294967295" {1967                  range "0..4294967295" {
1973                    description1968                    description
1974                      "Packets Per Second (actual Min and Max range depends on platform)";1969                      "Packets Per Second (actual Min and Max range depends on platform)";
1975                  }1970                  }
1976                }1971                }
1977                description1972                description
1978                  "Rate in PPS";1973                  "Rate in PPS";
1979              }1974              }
1980            }1975            }
1981            container default {1976            container default {
1982              description1977              description
1983                "Default";1978                "Default";
1984              leaf rate {1979              leaf rate {
1985                type uint32 {1980                type uint32 {
1986                  range "0..4294967295" {1981                  range "0..4294967295" {
1987                    description1982                    description
1988                      "Packets Per Second (actual Min and Max range depends on platform)";1983                      "Packets Per Second (actual Min and Max range depends on platform)";
1989                  }1984                  }
1990                }1985                }
1991                description1986                description
1992                  "Rate in PPS";1987                  "Rate in PPS";
1993              }1988              }
1994            }1989            }
1995          }1990          }
1996          container snmp {1991          container snmp {
1997            description1992            description
1998              "SNMP ";1993              "SNMP ";
1999            leaf rate {1994            leaf rate {
2000              type uint32 {1995              type uint32 {
2001                range "0..4294967295" {1996                range "0..4294967295" {
2002                  description1997                  description
2003                    "Packets Per Second (actual Min and Max range depends on platform)";1998                    "Packets Per Second (actual Min and Max range depends on platform)";
2004                }1999                }
2005              }2000              }
2006              description2001              description
2007                "Rate in PPS";2002                "Rate in PPS";
2008            }2003            }
2009          }2004          }
2010          container ssh {2005          container ssh {
2011            description2006            description
2012              "SSH ";2007              "SSH ";
2013            container known {2008            container known {
2014              description2009              description
2015                "Known ";2010                "Known ";
2016              leaf rate {2011              leaf rate {
2017                type uint32 {2012                type uint32 {
2018                  range "0..4294967295" {2013                  range "0..4294967295" {
2019                    description2014                    description
2020                      "Packets Per Second (actual Min and Max range depends on platform)";2015                      "Packets Per Second (actual Min and Max range depends on platform)";
2021                  }2016                  }
2022                }2017                }
2023                description2018                description
2024                  "Rate in PPS";2019                  "Rate in PPS";
2025              }2020              }
2026            }2021            }
2027            container default {2022            container default {
2028              description2023              description
2029                "Default ";2024                "Default ";
2030              leaf rate {2025              leaf rate {
2031                type uint32 {2026                type uint32 {
2032                  range "0..4294967295" {2027                  range "0..4294967295" {
2033                    description2028                    description
2034                      "Packets Per Second (actual Min and Max range depends on platform)";2029                      "Packets Per Second (actual Min and Max range depends on platform)";
2035                  }2030                  }
2036                }2031                }
2037                description2032                description
2038                  "Rate in PPS";2033                  "Rate in PPS";
2039              }2034              }
2040            }2035            }
2041          }2036          }
2042          container http {2037          container http {
2043            description2038            description
2044              "HTTP ";2039              "HTTP ";
2045            container known {2040            container known {
2046              description2041              description
2047                "Known ";2042                "Known ";
2048              leaf rate {2043              leaf rate {
2049                type uint32 {2044                type uint32 {
2050                  range "0..4294967295" {2045                  range "0..4294967295" {
2051                    description2046                    description
2052                      "Packets Per Second (actual Min and Max range depends on platform)";2047                      "Packets Per Second (actual Min and Max range depends on platform)";
2053                  }2048                  }
2054                }2049                }
2055                description2050                description
2056                  "Rate in PPS";2051                  "Rate in PPS";
2057              }2052              }
2058            }2053            }
2059            container default {2054            container default {
2060              description2055              description
2061                "Default ";2056                "Default ";
2062              leaf rate {2057              leaf rate {
2063                type uint32 {2058                type uint32 {
2064                  range "0..4294967295" {2059                  range "0..4294967295" {
2065                    description2060                    description
2066                      "Packets Per Second (actual Min and Max range depends on platform)";2061                      "Packets Per Second (actual Min and Max range depends on platform)";
2067                  }2062                  }
2068                }2063                }
2069                description2064                description
2070                  "Rate in PPS";2065                  "Rate in PPS";
2071              }2066              }
2072            }2067            }
2073          }2068          }
2074          container shttp {2069          container shttp {
2075            description2070            description
2076              "SHTTP ";2071              "SHTTP ";
2077            container known {2072            container known {
2078              description2073              description
2079                "Known ";2074                "Known ";
2080              leaf rate {2075              leaf rate {
2081                type uint32 {2076                type uint32 {
2082                  range "0..4294967295" {2077                  range "0..4294967295" {
2083                    description2078                    description
2084                      "Packets Per Second (actual Min and Max range depends on platform)";2079                      "Packets Per Second (actual Min and Max range depends on platform)";
2085                  }2080                  }
2086                }2081                }
2087                description2082                description
2088                  "Rate in PPS";2083                  "Rate in PPS";
2089              }2084              }
2090            }2085            }
2091            container default {2086            container default {
2092              description2087              description
2093                "Default ";2088                "Default ";
2094              leaf rate {2089              leaf rate {
2095                type uint32 {2090                type uint32 {
2096                  range "0..4294967295" {2091                  range "0..4294967295" {
2097                    description2092                    description
2098                      "Packets Per Second (actual Min and Max range depends on platform)";2093                      "Packets Per Second (actual Min and Max range depends on platform)";
2099                  }2094                  }
2100                }2095                }
2101                description2096                description
2102                  "Rate in PPS";2097                  "Rate in PPS";
2103              }2098              }
2104            }2099            }
2105          }2100          }
2106          container telnet {2101          container telnet {
2107            description2102            description
2108              "TELNET ";2103              "TELNET ";
2109            container known {2104            container known {
2110              description2105              description
2111                "Known ";2106                "Known ";
2112              leaf rate {2107              leaf rate {
2113                type uint32 {2108                type uint32 {
2114                  range "0..4294967295" {2109                  range "0..4294967295" {
2115                    description2110                    description
2116                      "Packets Per Second (actual Min and Max range depends on platform)";2111                      "Packets Per Second (actual Min and Max range depends on platform)";
2117                  }2112                  }
2118                }2113                }
2119                description2114                description
2120                  "Rate in PPS";2115                  "Rate in PPS";
2121              }2116              }
2122            }2117            }
2123            container default {2118            container default {
2124              description2119              description
2125                "Default ";2120                "Default ";
2126              leaf rate {2121              leaf rate {
2127                type uint32 {2122                type uint32 {
2128                  range "0..4294967295" {2123                  range "0..4294967295" {
2129                    description2124                    description
2130                      "Packets Per Second (actual Min and Max range depends on platform)";2125                      "Packets Per Second (actual Min and Max range depends on platform)";
2131                  }2126                  }
2132                }2127                }
2133                description2128                description
2134                  "Rate in PPS";2129                  "Rate in PPS";
2135              }2130              }
2136            }2131            }
2137          }2132          }
2138          container css {2133          container css {
2139            description2134            description
2140              "CSS ";2135              "CSS ";
2141            container known {2136            container known {
2142              description2137              description
2143                "Known ";2138                "Known ";
2144              leaf rate {2139              leaf rate {
2145                type uint32 {2140                type uint32 {
2146                  range "0..4294967295" {2141                  range "0..4294967295" {
2147                    description2142                    description
2148                      "Packets Per Second (actual Min and Max range depends on platform)";2143                      "Packets Per Second (actual Min and Max range depends on platform)";
2149                  }2144                  }
2150                }2145                }
2151                description2146                description
2152                  "Rate in PPS";2147                  "Rate in PPS";
2153              }2148              }
2154            }2149            }
2155            container default {2150            container default {
2156              description2151              description
2157                "Default ";2152                "Default ";
2158              leaf rate {2153              leaf rate {
2159                type uint32 {2154                type uint32 {
2160                  range "0..4294967295" {2155                  range "0..4294967295" {
2161                    description2156                    description
2162                      "Packets Per Second (actual Min and Max range depends on platform)";2157                      "Packets Per Second (actual Min and Max range depends on platform)";
2163                  }2158                  }
2164                }2159                }
2165                description2160                description
2166                  "Rate in PPS";2161                  "Rate in PPS";
2167              }2162              }
2168            }2163            }
2169          }2164          }
2170          container rsh {2165          container rsh {
2171            description2166            description
2172              "RSH ";2167              "RSH ";
2173            container known {2168            container known {
2174              description2169              description
2175                "Known ";2170                "Known ";
2176              leaf rate {2171              leaf rate {
2177                type uint32 {2172                type uint32 {
2178                  range "0..4294967295" {2173                  range "0..4294967295" {
2179                    description2174                    description
2180                      "Packets Per Second (actual Min and Max range depends on platform)";2175                      "Packets Per Second (actual Min and Max range depends on platform)";
2181                  }2176                  }
2182                }2177                }
2183                description2178                description
2184                  "Rate in PPS";2179                  "Rate in PPS";
2185              }2180              }
2186            }2181            }
2187            container default {2182            container default {
2188              description2183              description
2189                "Default ";2184                "Default ";
2190              leaf rate {2185              leaf rate {
2191                type uint32 {2186                type uint32 {
2192                  range "0..4294967295" {2187                  range "0..4294967295" {
2193                    description2188                    description
2194                      "Packets Per Second (actual Min and Max range depends on platform)";2189                      "Packets Per Second (actual Min and Max range depends on platform)";
2195                  }2190                  }
2196                }2191                }
2197                description2192                description
2198                  "Rate in PPS";2193                  "Rate in PPS";
2199              }2194              }
2200            }2195            }
2201          }2196          }
2202          container udp {2197          container udp {
2203            description2198            description
2204              "UDP ";2199              "UDP ";
2205            container known {2200            container known {
2206              description2201              description
2207                "Known ";2202                "Known ";
2208              leaf rate {2203              leaf rate {
2209                type uint32 {2204                type uint32 {
2210                  range "0..4294967295" {2205                  range "0..4294967295" {
2211                    description2206                    description
2212                      "Packets Per Second (actual Min and Max range depends on platform)";2207                      "Packets Per Second (actual Min and Max range depends on platform)";
2213                  }2208                  }
2214                }2209                }
2215                description2210                description
2216                  "Rate in PPS";2211                  "Rate in PPS";
2217              }2212              }
2218            }2213            }
2219            container listen {2214            container listen {
2220              description2215              description
2221                "Listen ";2216                "Listen ";
2222              leaf rate {2217              leaf rate {
2223                type uint32 {2218                type uint32 {
2224                  range "0..4294967295" {2219                  range "0..4294967295" {
2225                    description2220                    description
2226                      "Packets Per Second (actual Min and Max range depends on platform)";2221                      "Packets Per Second (actual Min and Max range depends on platform)";
2227                  }2222                  }
2228                }2223                }
2229                description2224                description
2230                  "Rate in PPS";2225                  "Rate in PPS";
2231              }2226              }
2232            }2227            }
2233            container configured {2228            container configured {
2234              description2229              description
2235                "Config peer ";2230                "Config peer ";
2236              leaf rate {2231              leaf rate {
2237                type uint32 {2232                type uint32 {
2238                  range "0..4294967295" {2233                  range "0..4294967295" {
2239                    description2234                    description
2240                      "Packets Per Second (actual Min and Max range depends on platform)";2235                      "Packets Per Second (actual Min and Max range depends on platform)";
2241                  }2236                  }
2242                }2237                }
2243                description2238                description
2244                  "Rate in PPS";2239                  "Rate in PPS";
2245              }2240              }
2246            }2241            }
2247            container default {2242            container default {
2248              description2243              description
2249                "Default ";2244                "Default ";
2250              leaf rate {2245              leaf rate {
2251                type uint32 {2246                type uint32 {
2252                  range "0..4294967295" {2247                  range "0..4294967295" {
2253                    description2248                    description
2254                      "Packets Per Second (actual Min and Max range depends on platform)";2249                      "Packets Per Second (actual Min and Max range depends on platform)";
2255                  }2250                  }
2256                }2251                }
2257                description2252                description
2258                  "Rate in PPS";2253                  "Rate in PPS";
2259              }2254              }
2260            }2255            }
2261          }2256          }
2262          container tcp {2257          container tcp {
2263            description2258            description
2264              "TCP ";2259              "TCP ";
2265            container known {2260            container known {
2266              description2261              description
2267                "Known ";2262                "Known ";
2268              leaf rate {2263              leaf rate {
2269                type uint32 {2264                type uint32 {
2270                  range "0..4294967295" {2265                  range "0..4294967295" {
2271                    description2266                    description
2272                      "Packets Per Second (actual Min and Max range depends on platform)";2267                      "Packets Per Second (actual Min and Max range depends on platform)";
2273                  }2268                  }
2274                }2269                }
2275                description2270                description
2276                  "Rate in PPS";2271                  "Rate in PPS";
2277              }2272              }
2278            }2273            }
2279            container listen {2274            container listen {
2280              description2275              description
2281                "Listen ";2276                "Listen ";
2282              leaf rate {2277              leaf rate {
2283                type uint32 {2278                type uint32 {
2284                  range "0..4294967295" {2279                  range "0..4294967295" {
2285                    description2280                    description
2286                      "Packets Per Second (actual Min and Max range depends on platform)";2281                      "Packets Per Second (actual Min and Max range depends on platform)";
2287                  }2282                  }
2288                }2283                }
2289                description2284                description
2290                  "Rate in PPS";2285                  "Rate in PPS";
2291              }2286              }
2292            }2287            }
2293            container configured {2288            container configured {
2294              description2289              description
2295                "Configured ";2290                "Configured ";
2296              leaf rate {2291              leaf rate {
2297                type uint32 {2292                type uint32 {
2298                  range "0..4294967295" {2293                  range "0..4294967295" {
2299                    description2294                    description
2300                      "Packets Per Second (actual Min and Max range depends on platform)";2295                      "Packets Per Second (actual Min and Max range depends on platform)";
2301                  }2296                  }
2302                }2297                }
2303                description2298                description
2304                  "Rate in PPS";2299                  "Rate in PPS";
2305              }2300              }
2306            }2301            }
2307            container default {2302            container default {
2308              description2303              description
2309                "Default ";2304                "Default ";
2310              leaf rate {2305              leaf rate {
2311                type uint32 {2306                type uint32 {
2312                  range "0..4294967295" {2307                  range "0..4294967295" {
2313                    description2308                    description
2314                      "Packets Per Second (actual Min and Max range depends on platform)";2309                      "Packets Per Second (actual Min and Max range depends on platform)";
2315                  }2310                  }
2316                }2311                }
2317                description2312                description
2318                  "Rate in PPS";2313                  "Rate in PPS";
2319              }2314              }
2320            }2315            }
2321          }2316          }
2322          container multicast {2317          container multicast {
2323            description2318            description
2324              "Multicast ";2319              "Multicast ";
2325            container known {2320            container known {
2326              description2321              description
2327                "Known ";2322                "Known ";
2328              leaf rate {2323              leaf rate {
2329                type uint32 {2324                type uint32 {
2330                  range "0..4294967295" {2325                  range "0..4294967295" {
2331                    description2326                    description
2332                      "Packets Per Second (actual Min and Max range depends on platform)";2327                      "Packets Per Second (actual Min and Max range depends on platform)";
2333                  }2328                  }
2334                }2329                }
2335                description2330                description
2336                  "Rate in PPS";2331                  "Rate in PPS";
2337              }2332              }
2338            }2333            }
2339            container default {2334            container default {
2340              description2335              description
2341                "Default ";2336                "Default ";
2342              leaf rate {2337              leaf rate {
2343                type uint32 {2338                type uint32 {
2344                  range "0..4294967295" {2339                  range "0..4294967295" {
2345                    description2340                    description
2346                      "Packets Per Second (actual Min and Max range depends on platform)";2341                      "Packets Per Second (actual Min and Max range depends on platform)";
2347                  }2342                  }
2348                }2343                }
2349                description2344                description
2350                  "Rate in PPS";2345                  "Rate in PPS";
2351              }2346              }
2352            }2347            }
2353          }2348          }
2354          container raw {2349          container raw {
2355            description2350            description
2356              "Raw ";2351              "Raw ";
2357            container listen {2352            container listen {
2358              description2353              description
2359                "Listen ";2354                "Listen ";
2360              leaf rate {2355              leaf rate {
2361                type uint32 {2356                type uint32 {
2362                  range "0..4294967295" {2357                  range "0..4294967295" {
2363                    description2358                    description
2364                      "Packets Per Second (actual Min and Max range depends on platform)";2359                      "Packets Per Second (actual Min and Max range depends on platform)";
2365                  }2360                  }
2366                }2361                }
2367                description2362                description
2368                  "Rate in PPS";2363                  "Rate in PPS";
2369              }2364              }
2370            }2365            }
2371            container default {2366            container default {
2372              description2367              description
2373                "Default ";2368                "Default ";
2374              leaf rate {2369              leaf rate {
2375                type uint32 {2370                type uint32 {
2376                  range "0..4294967295" {2371                  range "0..4294967295" {
2377                    description2372                    description
2378                      "Packets Per Second (actual Min and Max range depends on platform)";2373                      "Packets Per Second (actual Min and Max range depends on platform)";
2379                  }2374                  }
2380                }2375                }
2381                description2376                description
2382                  "Rate in PPS";2377                  "Rate in PPS";
2383              }2378              }
2384            }2379            }
2385          }2380          }
2386          container ip-sla {2381          container ip-sla {
2387            description2382            description
2388              "IP-SLA ";2383              "IP-SLA ";
2389            leaf rate {2384            leaf rate {
2390              type uint32 {2385              type uint32 {
2391                range "0..4294967295" {2386                range "0..4294967295" {
2392                  description2387                  description
2393                    "Packets Per Second (actual Min and Max range depends on platform)";2388                    "Packets Per Second (actual Min and Max range depends on platform)";
2394                }2389                }
2395              }2390              }
2396              description2391              description
2397                "Rate in PPS";2392                "Rate in PPS";
2398            }2393            }
2399          }2394          }
2400          container eigrp {2395          container eigrp {
2401            description2396            description
2402              "EIGRP ";2397              "EIGRP ";
2403            leaf rate {2398            leaf rate {
2404              type uint32 {2399              type uint32 {
2405                range "0..4294967295" {2400                range "0..4294967295" {
2406                  description2401                  description
2407                    "Packets Per Second (actual Min and Max range depends on platform)";2402                    "Packets Per Second (actual Min and Max range depends on platform)";
2408                }2403                }
2409              }2404              }
2410              description2405              description
2411                "Rate in PPS";2406                "Rate in PPS";
2412            }2407            }
2413          }2408          }
2414          container rip {2409          container rip {
2415            description2410            description
2416              "RIP ";2411              "RIP ";
2417            leaf rate {2412            leaf rate {
2418              type uint32 {2413              type uint32 {
2419                range "0..4294967295" {2414                range "0..4294967295" {
2420                  description2415                  description
2421                    "Packets Per Second (actual Min and Max range depends on platform)";2416                    "Packets Per Second (actual Min and Max range depends on platform)";
2422                }2417                }
2423              }2418              }
2424              description2419              description
2425                "Rate in PPS";2420                "Rate in PPS";
2426            }2421            }
2427          }2422          }
2428          container l2tpv3 {2423          container l2tpv3 {
2429            description2424            description
2430              "L2TPv3 ";2425              "L2TPv3 ";
2431            leaf rate {2426            leaf rate {
2432              type uint32 {2427              type uint32 {
2433                range "0..4294967295" {2428                range "0..4294967295" {
2434                  description2429                  description
2435                    "Packets Per Second (actual Min and Max range depends on platform)";2430                    "Packets Per Second (actual Min and Max range depends on platform)";
2436                }2431                }
2437              }2432              }
2438              description2433              description
2439                "Rate in PPS";2434                "Rate in PPS";
2440            }2435            }
2441          }2436          }
2442          container pcep {2437          container pcep {
2443            description2438            description
2444              "PCEP ";2439              "PCEP ";
2445            leaf rate {2440            leaf rate {
2446              type uint32 {2441              type uint32 {
2447                range "0..4294967295" {2442                range "0..4294967295" {
2448                  description2443                  description
2449                    "Packets Per Second (actual Min and Max range depends on platform)";2444                    "Packets Per Second (actual Min and Max range depends on platform)";
2450                }2445                }
2451              }2446              }
2452              description2447              description
2453                "Rate in PPS";2448                "Rate in PPS";
2454            }2449            }
2455          }2450          }
2456          container gre {2451          container gre {
2457            description2452            description
2458              "GRE ";2453              "GRE ";
2459            leaf rate {2454            leaf rate {
2460              type uint32 {2455              type uint32 {
2461                range "0..4294967295" {2456                range "0..4294967295" {
2462                  description2457                  description
2463                    "Packets Per Second (actual Min and Max range depends on platform)";2458                    "Packets Per Second (actual Min and Max range depends on platform)";
2464                }2459                }
2465              }2460              }
2466              description2461              description
2467                "Rate in PPS";2462                "Rate in PPS";
2468            }2463            }
2469          }2464          }
2470          container vrrp {2465          container vrrp {
2471            description2466            description
2472              "VRRP ";2467              "VRRP ";
2473            leaf rate {2468            leaf rate {
2474              type uint32 {2469              type uint32 {
2475                range "0..4294967295" {2470                range "0..4294967295" {
2476                  description2471                  description
2477                    "Packets Per Second (actual Min and Max range depends on platform)";2472                    "Packets Per Second (actual Min and Max range depends on platform)";
2478                }2473                }
2479              }2474              }
2480              description2475              description
2481                "Rate in PPS";2476                "Rate in PPS";
2482            }2477            }
2483          }2478          }
2484          container hsrp {2479          container hsrp {
2485            description2480            description
2486              "HSRP ";2481              "HSRP ";
2487            leaf rate {2482            leaf rate {
2488              type uint32 {2483              type uint32 {
2489                range "0..4294967295" {2484                range "0..4294967295" {
2490                  description2485                  description
2491                    "Packets Per Second (actual Min and Max range depends on platform)";2486                    "Packets Per Second (actual Min and Max range depends on platform)";
2492                }2487                }
2493              }2488              }
2494              description2489              description
2495                "Rate in PPS";2490                "Rate in PPS";
2496            }2491            }
2497          }2492          }
2498          container mpls {2493          container mpls {
2499            description2494            description
2500              "MPLS ";2495              "MPLS ";
2501            container oam {2496            container oam {
2502              description2497              description
2503                "Oam ";2498                "Oam ";
2504              leaf rate {2499              leaf rate {
2505                type uint32 {2500                type uint32 {
2506                  range "0..4294967295" {2501                  range "0..4294967295" {
2507                    description2502                    description
2508                      "Packets Per Second (actual Min and Max range depends on platform)";2503                      "Packets Per Second (actual Min and Max range depends on platform)";
2509                  }2504                  }
2510                }2505                }
2511                description2506                description
2512                  "Rate in PPS";2507                  "Rate in PPS";
2513              }2508              }
2514            }2509            }
2515          }2510          }
2516          container l2tpv2 {2511          container l2tpv2 {
2517            description2512            description
2518              "L2TPv2 ";2513              "L2TPv2 ";
2519            container default {2514            container default {
2520              description2515              description
2521                "Default ";2516                "Default ";
2522              leaf rate {2517              leaf rate {
2523                type uint32 {2518                type uint32 {
2524                  range "0..4294967295" {2519                  range "0..4294967295" {
2525                    description2520                    description
2526                      "Packets Per Second (actual Min and Max range depends on platform)";2521                      "Packets Per Second (actual Min and Max range depends on platform)";
2527                  }2522                  }
2528                }2523                }
2529                description2524                description
2530                  "Rate in PPS";2525                  "Rate in PPS";
2531              }2526              }
2532            }2527            }
2533            container known {2528            container known {
2534              description2529              description
2535                "Known ";2530                "Known ";
2536              leaf rate {2531              leaf rate {
2537                type uint32 {2532                type uint32 {
2538                  range "0..4294967295" {2533                  range "0..4294967295" {
2539                    description2534                    description
2540                      "Packets Per Second (actual Min and Max range depends on platform)";2535                      "Packets Per Second (actual Min and Max range depends on platform)";
2541                  }2536                  }
2542                }2537                }
2543                description2538                description
2544                  "Rate in PPS";2539                  "Rate in PPS";
2545              }2540              }
2546            }2541            }
2547          }2542          }
2548          container dns {2543          container dns {
2549            description2544            description
2550              "DNS ";2545              "DNS ";
2551            leaf rate {2546            leaf rate {
2552              type uint32 {2547              type uint32 {
2553                range "0..4294967295" {2548                range "0..4294967295" {
2554                  description2549                  description
2555                    "Packets Per Second (actual Min and Max range depends on platform)";2550                    "Packets Per Second (actual Min and Max range depends on platform)";
2556                }2551                }
2557              }2552              }
2558              description2553              description
2559                "Rate in PPS";2554                "Rate in PPS";
2560            }2555            }
2561          }2556          }
2562          container radius {2557          container radius {
2563            description2558            description
2564              "RADIUS ";2559              "RADIUS ";
2565            leaf rate {2560            leaf rate {
2566              type uint32 {2561              type uint32 {
2567                range "0..4294967295" {2562                range "0..4294967295" {
2568                  description2563                  description
2569                    "Packets Per Second (actual Min and Max range depends on platform)";2564                    "Packets Per Second (actual Min and Max range depends on platform)";
2570                }2565                }
2571              }2566              }
2572              description2567              description
2573                "Rate in PPS";2568                "Rate in PPS";
2574            }2569            }
2575          }2570          }
2576          container tacacs {2571          container tacacs {
2577            description2572            description
2578              "TACACS ";2573              "TACACS ";
2579            leaf rate {2574            leaf rate {
2580              type uint32 {2575              type uint32 {
2581                range "0..4294967295" {2576                range "0..4294967295" {
2582                  description2577                  description
2583                    "Packets Per Second (actual Min and Max range depends on platform)";2578                    "Packets Per Second (actual Min and Max range depends on platform)";
2584                }2579                }
2585              }2580              }
2586              description2581              description
2587                "Rate in PPS";2582                "Rate in PPS";
2588            }2583            }
2589          }2584          }
2590          container ntp {2585          container ntp {
2591            description2586            description
2592              "NTP ";2587              "NTP ";
2593            container default {2588            container default {
2594              description2589              description
2595                "Default ";2590                "Default ";
2596              leaf rate {2591              leaf rate {
2597                type uint32 {2592                type uint32 {
2598                  range "0..4294967295" {2593                  range "0..4294967295" {
2599                    description2594                    description
2600                      "Packets Per Second (actual Min and Max range depends on platform)";2595                      "Packets Per Second (actual Min and Max range depends on platform)";
2601                  }2596                  }
2602                }2597                }
2603                description2598                description
2604                  "Rate in PPS";2599                  "Rate in PPS";
2605              }2600              }
2606            }2601            }
2607            container known {2602            container known {
2608              description2603              description
2609                "Known ";2604                "Known ";
2610              leaf rate {2605              leaf rate {
2611                type uint32 {2606                type uint32 {
2612                  range "0..4294967295" {2607                  range "0..4294967295" {
2613                    description2608                    description
2614                      "Packets Per Second (actual Min and Max range depends on platform)";2609                      "Packets Per Second (actual Min and Max range depends on platform)";
2615                  }2610                  }
2616                }2611                }
2617                description2612                description
2618                  "Rate in PPS";2613                  "Rate in PPS";
2619              }2614              }
2620            }2615            }
2621          }2616          }
2622          container mipv6 {2617          container mipv6 {
2623            description2618            description
2624              "MIPv6 ";2619              "MIPv6 ";
2625            leaf rate {2620            leaf rate {
2626              type uint32 {2621              type uint32 {
2627                range "0..4294967295" {2622                range "0..4294967295" {
2628                  description2623                  description
2629                    "Packets Per Second (actual Min and Max range depends on platform)";2624                    "Packets Per Second (actual Min and Max range depends on platform)";
2630                }2625                }
2631              }2626              }
2632              description2627              description
2633                "Rate in PPS";2628                "Rate in PPS";
2634            }2629            }
2635          }2630          }
2636          container amt {2631          container amt {
2637            description2632            description
2638              "AMT ";2633              "AMT ";
2639            leaf rate {2634            leaf rate {
2640              type uint32 {2635              type uint32 {
2641                range "0..4294967295" {2636                range "0..4294967295" {
2642                  description2637                  description
2643                    "Packets Per Second (actual Min and Max range depends on platform)";2638                    "Packets Per Second (actual Min and Max range depends on platform)";
2644                }2639                }
2645              }2640              }
2646              description2641              description
2647                "Rate in PPS";2642                "Rate in PPS";
2648            }2643            }
2649          }2644          }
2650          container sdac {2645          container sdac {
2651            description2646            description
2652              "SDAC-TCP ";2647              "SDAC-TCP ";
2653            leaf rate {2648            leaf rate {
2654              type uint32 {2649              type uint32 {
2655                range "0..4294967295" {2650                range "0..4294967295" {
2656                  description2651                  description
2657                    "Packets Per Second (actual Min and Max range depends on platform)";2652                    "Packets Per Second (actual Min and Max range depends on platform)";
2658                }2653                }
2659              }2654              }
2660              description2655              description
2661                "Rate in PPS";2656                "Rate in PPS";
2662            }2657            }
2663          }2658          }
2664          container radius-coa {2659          container radius-coa {
2665            description2660            description
2666              "RADIUS COA ";2661              "RADIUS COA ";
2667            leaf rate {2662            leaf rate {
2668              type uint32 {2663              type uint32 {
2669                range "0..4294967295" {2664                range "0..4294967295" {
2670                  description2665                  description
2671                    "Packets Per Second (actual Min and Max range depends on platform)";2666                    "Packets Per Second (actual Min and Max range depends on platform)";
2672                }2667                }
2673              }2668              }
2674              description2669              description
2675                "Rate in PPS";2670                "Rate in PPS";
2676            }2671            }
2677          }2672          }
2678          container rel-udp {2673          container rel-udp {
2679            description2674            description
2680              "Syslog/netflow packets";2675              "Syslog/netflow packets";
2681            leaf rate {2676            leaf rate {
2682              type uint32 {2677              type uint32 {
2683                range "0..4294967295" {2678                range "0..4294967295" {
2684                  description2679                  description
2685                    "Packets Per Second (actual Min and Max range depends on platform)";2680                    "Packets Per Second (actual Min and Max range depends on platform)";
2686                }2681                }
2687              }2682              }
2688              description2683              description
2689                "Rate in PPS";2684                "Rate in PPS";
2690            }2685            }
2691          }2686          }
2692          container dhcpv4 {2687          container dhcpv4 {
2693            description2688            description
2694              "DHCPv4 ";2689              "DHCPv4 ";
2695            leaf rate {2690            leaf rate {
2696              type uint32 {2691              type uint32 {
2697                range "0..4294967295" {2692                range "0..4294967295" {
2698                  description2693                  description
2699                    "Packets Per Second (actual Min and Max range depends on platform)";2694                    "Packets Per Second (actual Min and Max range depends on platform)";
2700                }2695                }
2701              }2696              }
2702              description2697              description
2703                "Rate in PPS";2698                "Rate in PPS";
2704            }2699            }
2705          }2700          }
2706          container dhcpv6 {2701          container dhcpv6 {
2707            description2702            description
2708              "DHCPv6 ";2703              "DHCPv6 ";
2709            leaf rate {2704            leaf rate {
2710              type uint32 {2705              type uint32 {
2711                range "0..4294967295" {2706                range "0..4294967295" {
2712                  description2707                  description
2713                    "Packets Per Second (actual Min and Max range depends on platform)";2708                    "Packets Per Second (actual Min and Max range depends on platform)";
2714                }2709                }
2715              }2710              }
2716              description2711              description
2717                "Rate in PPS";2712                "Rate in PPS";
2718            }2713            }
2719          }2714          }
2720          container onepk {2715          container onepk {
2721            description2716            description
2722              "ONEPK ";2717              "ONEPK ";
2723            leaf rate {2718            leaf rate {
2724              type uint32 {2719              type uint32 {
2725                range "0..4294967295" {2720                range "0..4294967295" {
2726                  description2721                  description
2727                    "Packets Per Second (actual Min and Max range depends on platform)";2722                    "Packets Per Second (actual Min and Max range depends on platform)";
2728                }2723                }
2729              }2724              }
2730              description2725              description
2731                "Rate in PPS";2726                "Rate in PPS";
2732            }2727            }
2733          }2728          }
2734          container tpa {2729          container tpa {
2735            description2730            description
2736              "Third Party Applications";2731              "Third Party Applications";
2737            leaf rate {2732            leaf rate {
2738              type uint32 {2733              type uint32 {
2739                range "0..4294967295" {2734                range "0..4294967295" {
2740                  description2735                  description
2741                    "Packets Per Second (actual Min and Max range depends on platform)";2736                    "Packets Per Second (actual Min and Max range depends on platform)";
2742                }2737                }
2743              }2738              }
2744              description2739              description
2745                "Rate in PPS";2740                "Rate in PPS";
2746            }2741            }
2747          }2742          }
2748          container ietf-bob {2743          container ietf-bob {
2749            description2744            description
2750              "IETF BOB Packets";2745              "IETF BOB Packets";
2751            leaf rate {2746            leaf rate {
2752              type uint32 {2747              type uint32 {
2753                range "0..4294967295" {2748                range "0..4294967295" {
2754                  description2749                  description
2755                    "Packets Per Second (actual Min and Max range depends on platform)";2750                    "Packets Per Second (actual Min and Max range depends on platform)";
2756                }2751                }
2757              }2752              }
2758              description2753              description
2759                "Rate in PPS";2754                "Rate in PPS";
2760            }2755            }
2761          }2756          }
2762          container xipc {2757          container xipc {
2763            if-feature "pifib_xipc_throt_policer_config_check";2758            if-feature "pifib_xipc_throt_policer_config_check";
2764            description2759            description
2765              "XIPC rate limit";2760              "XIPC rate limit";
2766            leaf rate {2761            leaf rate {
2767              type uint32 {2762              type uint32 {
2768                range "0..4294967295" {2763                range "0..4294967295" {
2769                  description2764                  description
2770                    "Packets Per Second (actual Min and Max range depends on platform)";2765                    "Packets Per Second (actual Min and Max range depends on platform)";
2771                }2766                }
2772              }2767              }
2773              description2768              description
2774                "Rate in PPS";2769                "Rate in PPS";
2775            }2770            }
2776          }2771          }
2777          container pm-twamp {2772          container pm-twamp {
2778            description2773            description
2779              "PM TWAMP Packets";2774              "PM TWAMP Packets";
2780            leaf rate {2775            leaf rate {
2781              type uint32 {2776              type uint32 {
2782                range "0..4294967295" {2777                range "0..4294967295" {
2783                  description2778                  description
2784                    "Packets Per Second (actual Min and Max range depends on platform)";2779                    "Packets Per Second (actual Min and Max range depends on platform)";
2785                }2780                }
2786              }2781              }
2787              description2782              description
2788                "Rate in PPS";2783                "Rate in PPS";
2789            }2784            }
2790          }2785          }
2791        }2786        }
2792      }2787      }
2793      container np2 {2788      container np2 {
2794        description2789        description
2795          "Np number";2790          "Np number";
2796        container flow {2791        container flow {
2797          description2792          description
2798            "lpts flow type";2793            "lpts flow type";
2799          container fragment {2794          container fragment {
2800            description2795            description
2801              "Fragmented IP packets";2796              "Fragmented IP packets";
2802            leaf rate {2797            leaf rate {
2803              type uint32 {2798              type uint32 {
2804                range "0..4294967295" {2799                range "0..4294967295" {
2805                  description2800                  description
2806                    "Packets Per Second (actual Min and Max range depends on platform)";2801                    "Packets Per Second (actual Min and Max range depends on platform)";
2807                }2802                }
2808              }2803              }
2809              description2804              description
2810                "Rate in PPS";2805                "Rate in PPS";
2811            }2806            }
2812          }2807          }
2813          container ospf {2808          container ospf {
2814            description2809            description
2815              "OSPF ";2810              "OSPF ";
2816            container unicast {2811            container unicast {
2817              description2812              description
2818                "Unicast ";2813                "Unicast ";
2819              container known {2814              container known {
2820                description2815                description
2821                  "Known ";2816                  "Known ";
2822                leaf rate {2817                leaf rate {
2823                  type uint32 {2818                  type uint32 {
2824                    range "0..4294967295" {2819                    range "0..4294967295" {
2825                      description2820                      description
2826                        "Packets Per Second (actual Min and Max range depends on platform)";2821                        "Packets Per Second (actual Min and Max range depends on platform)";
2827                    }2822                    }
2828                  }2823                  }
2829                  description2824                  description
2830                    "Rate in PPS";2825                    "Rate in PPS";
2831                }2826                }
2832              }2827              }
2833              container default {2828              container default {
2834                description2829                description
2835                  "Default ";2830                  "Default ";
2836                leaf rate {2831                leaf rate {
2837                  type uint32 {2832                  type uint32 {
2838                    range "0..4294967295" {2833                    range "0..4294967295" {
2839                      description2834                      description
2840                        "Packets Per Second (actual Min and Max range depends on platform)";2835                        "Packets Per Second (actual Min and Max range depends on platform)";
2841                    }2836                    }
2842                  }2837                  }
2843                  description2838                  description
2844                    "Rate in PPS";2839                    "Rate in PPS";
2845                }2840                }
2846              }2841              }
2847            }2842            }
2848            container multicast {2843            container multicast {
2849              description2844              description
2850                "Multicast";2845                "Multicast";
2851              container known {2846              container known {
2852                description2847                description
2853                  "Known ";2848                  "Known ";
2854                leaf rate {2849                leaf rate {
2855                  type uint32 {2850                  type uint32 {
2856                    range "0..4294967295" {2851                    range "0..4294967295" {
2857                      description2852                      description
2858                        "Packets Per Second (actual Min and Max range depends on platform)";2853                        "Packets Per Second (actual Min and Max range depends on platform)";
2859                    }2854                    }
2860                  }2855                  }
2861                  description2856                  description
2862                    "Rate in PPS";2857                    "Rate in PPS";
2863                }2858                }
2864              }2859              }
2865              container default {2860              container default {
2866                description2861                description
2867                  "Default ";2862                  "Default ";
2868                leaf rate {2863                leaf rate {
2869                  type uint32 {2864                  type uint32 {
2870                    range "0..4294967295" {2865                    range "0..4294967295" {
2871                      description2866                      description
2872                        "Packets Per Second (actual Min and Max range depends on platform)";2867                        "Packets Per Second (actual Min and Max range depends on platform)";
2873                    }2868                    }
2874                  }2869                  }
2875                  description2870                  description
2876                    "Rate in PPS";2871                    "Rate in PPS";
2877                }2872                }
2878              }2873              }
2879            }2874            }
2880          }2875          }
2881          container isis {2876          container isis {
2882            description2877            description
2883              "ISIS ";2878              "ISIS ";
2884            container known {2879            container known {
2885              description2880              description
2886                "Known ";2881                "Known ";
2887              leaf rate {2882              leaf rate {
2888                type uint32 {2883                type uint32 {
2889                  range "0..4294967295" {2884                  range "0..4294967295" {
2890                    description2885                    description
2891                      "Packets Per Second (actual Min and Max range depends on platform)";2886                      "Packets Per Second (actual Min and Max range depends on platform)";
2892                  }2887                  }
2893                }2888                }
2894                description2889                description
2895                  "Rate in PPS";2890                  "Rate in PPS";
2896              }2891              }
2897            }2892            }
2898            container default {2893            container default {
2899              description2894              description
2900                "Default ";2895                "Default ";
2901              leaf rate {2896              leaf rate {
2902                type uint32 {2897                type uint32 {
2903                  range "0..4294967295" {2898                  range "0..4294967295" {
2904                    description2899                    description
2905                      "Packets Per Second (actual Min and Max range depends on platform)";2900                      "Packets Per Second (actual Min and Max range depends on platform)";
2906                  }2901                  }
2907                }2902                }
2908                description2903                description
2909                  "Rate in PPS";2904                  "Rate in PPS";
2910              }2905              }
2911            }2906            }
2912          }2907          }
2913          container bfd {2908          container bfd {
2914            description2909            description
2915              "BFD ";2910              "BFD ";
2916            container known {2911            container known {
2917              description2912              description
2918                "Known ";2913                "Known ";
2919              leaf rate {2914              leaf rate {
2920                type uint32 {2915                type uint32 {
2921                  range "0..4294967295" {2916                  range "0..4294967295" {
2922                    description2917                    description
2923                      "Packets Per Second (actual Min and Max range depends on platform)";2918                      "Packets Per Second (actual Min and Max range depends on platform)";
2924                  }2919                  }
2925                }2920                }
2926                description2921                description
2927                  "Rate in PPS";2922                  "Rate in PPS";
2928              }2923              }
2929            }2924            }
2930            container default {2925            container default {
2931              description2926              description
2932                "Default ";2927                "Default ";
2933              leaf rate {2928              leaf rate {
2934                type uint32 {2929                type uint32 {
2935                  range "0..4294967295" {2930                  range "0..4294967295" {
2936                    description2931                    description
2937                      "Packets Per Second (actual Min and Max range depends on platform)";2932                      "Packets Per Second (actual Min and Max range depends on platform)";
2938                  }2933                  }
2939                }2934                }
2940                description2935                description
2941                  "Rate in PPS";2936                  "Rate in PPS";
2942              }2937              }
2943            }2938            }
2944            container singlepath {2939            container singlepath {
2945              description2940              description
2946                "Singlepath ";2941                "Singlepath ";
2947              leaf rate {2942              leaf rate {
2948                type uint32 {2943                type uint32 {
2949                  range "0..4294967295" {2944                  range "0..4294967295" {
2950                    description2945                    description
2951                      "Packets Per Second (actual Min and Max range depends on platform)";2946                      "Packets Per Second (actual Min and Max range depends on platform)";
2952                  }2947                  }
2953                }2948                }
2954                description2949                description
2955                  "Rate in PPS";2950                  "Rate in PPS";
2956              }2951              }
2957            }2952            }
2958          }2953          }
2959          container bgp {2954          container bgp {
2960            description2955            description
2961              "BGP ";2956              "BGP ";
2962            container known {2957            container known {
2963              description2958              description
2964                "Known ";2959                "Known ";
2965              leaf rate {2960              leaf rate {
2966                type uint32 {2961                type uint32 {
2967                  range "0..4294967295" {2962                  range "0..4294967295" {
2968                    description2963                    description
2969                      "Packets Per Second (actual Min and Max range depends on platform)";2964                      "Packets Per Second (actual Min and Max range depends on platform)";
2970                  }2965                  }
2971                }2966                }
2972                description2967                description
2973                  "Rate in PPS";2968                  "Rate in PPS";
2974              }2969              }
2975            }2970            }
2976            container configured {2971            container configured {
2977              description2972              description
2978                "Configured";2973                "Configured";
2979              leaf rate {2974              leaf rate {
2980                type uint32 {2975                type uint32 {
2981                  range "0..4294967295" {2976                  range "0..4294967295" {
2982                    description2977                    description
2983                      "Packets Per Second (actual Min and Max range depends on platform)";2978                      "Packets Per Second (actual Min and Max range depends on platform)";
2984                  }2979                  }
2985                }2980                }
2986                description2981                description
2987                  "Rate in PPS";2982                  "Rate in PPS";
2988              }2983              }
2989            }2984            }
2990            container default {2985            container default {
2991              description2986              description
2992                "Default ";2987                "Default ";
2993              leaf rate {2988              leaf rate {
2994                type uint32 {2989                type uint32 {
2995                  range "0..4294967295" {2990                  range "0..4294967295" {
2996                    description2991                    description
2997                      "Packets Per Second (actual Min and Max range depends on platform)";2992                      "Packets Per Second (actual Min and Max range depends on platform)";
2998                  }2993                  }
2999                }2994                }
3000                description2995                description
3001                  "Rate in PPS";2996                  "Rate in PPS";
3002              }2997              }
3003            }2998            }
3004          }2999          }
3005          container pim {3000          container pim {
3006            description3001            description
3007              "PIM ";3002              "PIM ";
3008            container unicast {3003            container unicast {
3009              description3004              description
3010                "Unicast ";3005                "Unicast ";
3011              leaf rate {3006              leaf rate {
3012                type uint32 {3007                type uint32 {
3013                  range "0..4294967295" {3008                  range "0..4294967295" {
3014                    description3009                    description
3015                      "Packets Per Second (actual Min and Max range depends on platform)";3010                      "Packets Per Second (actual Min and Max range depends on platform)";
3016                  }3011                  }
3017                }3012                }
3018                description3013                description
3019                  "Rate in PPS";3014                  "Rate in PPS";
3020              }3015              }
3021            }3016            }
3022            container multicast {3017            container multicast {
3023              description3018              description
3024                "Multicast";3019                "Multicast";
3025              container known {3020              container known {
3026                description3021                description
3027                  "Known ";3022                  "Known ";
3028                leaf rate {3023                leaf rate {
3029                  type uint32 {3024                  type uint32 {
3030                    range "0..4294967295" {3025                    range "0..4294967295" {
3031                      description3026                      description
3032                        "Packets Per Second (actual Min and Max range depends on platform)";3027                        "Packets Per Second (actual Min and Max range depends on platform)";
3033                    }3028                    }
3034                  }3029                  }
3035                  description3030                  description
3036                    "Rate in PPS";3031                    "Rate in PPS";
3037                }3032                }
3038              }3033              }
3039              container default {3034              container default {
3040                description3035                description
3041                  "Default ";3036                  "Default ";
3042                leaf rate {3037                leaf rate {
3043                  type uint32 {3038                  type uint32 {
3044                    range "0..4294967295" {3039                    range "0..4294967295" {
3045                      description3040                      description
3046                        "Packets Per Second (actual Min and Max range depends on platform)";3041                        "Packets Per Second (actual Min and Max range depends on platform)";
3047                    }3042                    }
3048                  }3043                  }
3049                  description3044                  description
3050                    "Rate in PPS";3045                    "Rate in PPS";
3051                }3046                }
3052              }3047              }
3053            }3048            }
3054          }3049          }
3055          container igmp {3050          container igmp {
3056            description3051            description
3057              "IGMP ";3052              "IGMP ";
3058            leaf rate {3053            leaf rate {
3059              type uint32 {3054              type uint32 {
3060                range "0..4294967295" {3055                range "0..4294967295" {
3061                  description3056                  description
3062                    "Packets Per Second (actual Min and Max range depends on platform)";3057                    "Packets Per Second (actual Min and Max range depends on platform)";
3063                }3058                }
3064              }3059              }
3065              description3060              description
3066                "Rate in PPS";3061                "Rate in PPS";
3067            }3062            }
3068          }3063          }
3069          container icmp {3064          container icmp {
3070            description3065            description
3071              "ICMP ";3066              "ICMP ";
3072            container local {3067            container local {
3073              description3068              description
3074                "Local interest packets ";3069                "Local interest packets ";
3075              leaf rate {3070              leaf rate {
3076                type uint32 {3071                type uint32 {
3077                  range "0..4294967295" {3072                  range "0..4294967295" {
3078                    description3073                    description
3079                      "Packets Per Second (actual Min and Max range depends on platform)";3074                      "Packets Per Second (actual Min and Max range depends on platform)";
3080                  }3075                  }
3081                }3076                }
3082                description3077                description
3083                  "Rate in PPS";3078                  "Rate in PPS";
3084              }3079              }
3085            }3080            }
3086            container application {3081            container application {
3087              description3082              description
3088                "Specific application packets ";3083                "Specific application packets ";
3089              leaf rate {3084              leaf rate {
3090                type uint32 {3085                type uint32 {
3091                  range "0..4294967295" {3086                  range "0..4294967295" {
3092                    description3087                    description
3093                      "Packets Per Second (actual Min and Max range depends on platform)";3088                      "Packets Per Second (actual Min and Max range depends on platform)";
3094                  }3089                  }
3095                }3090                }
3096                description3091                description
3097                  "Rate in PPS";3092                  "Rate in PPS";
3098              }3093              }
3099            }3094            }
3100            container control {3095            container control {
3101              description3096              description
3102                "Control packets ";3097                "Control packets ";
3103              leaf rate {3098              leaf rate {
3104                type uint32 {3099                type uint32 {
3105                  range "0..4294967295" {3100                  range "0..4294967295" {
3106                    description3101                    description
3107                      "Packets Per Second (actual Min and Max range depends on platform)";3102                      "Packets Per Second (actual Min and Max range depends on platform)";
3108                  }3103                  }
3109                }3104                }
3110                description3105                description
3111                  "Rate in PPS";3106                  "Rate in PPS";
3112              }3107              }
3113            }3108            }
3114            container default {3109            container default {
3115              description3110              description
3116                "Default packets ";3111                "Default packets ";
3117              leaf rate {3112              leaf rate {
3118                type uint32 {3113                type uint32 {
3119                  range "0..4294967295" {3114                  range "0..4294967295" {
3120                    description3115                    description
3121                      "Packets Per Second (actual Min and Max range depends on platform)";3116                      "Packets Per Second (actual Min and Max range depends on platform)";
3122                  }3117                  }
3123                }3118                }
3124                description3119                description
3125                  "Rate in PPS";3120                  "Rate in PPS";
3126              }3121              }
3127            }3122            }
3128            container generic {3123            container generic {
3129              description3124              description
3130                "Generic application packets ";3125                "Generic application packets ";
3131              container echo-reply {3126              container echo-reply {
3132                description3127                description
3133                  "Echo-reply packets ";3128                  "Echo-reply packets ";
3134                leaf rate {3129                leaf rate {
3135                  type uint32 {3130                  type uint32 {
3136                    range "0..4294967295" {3131                    range "0..4294967295" {
3137                      description3132                      description
3138                        "Packets Per Second (actual Min and Max range depends on platform)";3133                        "Packets Per Second (actual Min and Max range depends on platform)";
3139                    }3134                    }
3140                  }3135                  }
3141                  description3136                  description
3142                    "Rate in PPS";3137                    "Rate in PPS";
3143                }3138                }
3144              }3139              }
3145            }3140            }
3146          }3141          }
3147          container all-routers {3142          container all-routers {
3148            description3143            description
3149              "All Routers";3144              "All Routers";
3150            leaf rate {3145            leaf rate {
3151              type uint32 {3146              type uint32 {
3152                range "0..4294967295" {3147                range "0..4294967295" {
3153                  description3148                  description
3154                    "Packets Per Second (actual Min and Max range depends on platform)";3149                    "Packets Per Second (actual Min and Max range depends on platform)";
3155                }3150                }
3156              }3151              }
3157              description3152              description
3158                "Rate in PPS";3153                "Rate in PPS";
3159            }3154            }
3160          }3155          }
3161          container lmp {3156          container lmp {
3162            description3157            description
3163              "LMP ";3158              "LMP ";
3164            container tcp {3159            container tcp {
3165              description3160              description
3166                "TCP ";3161                "TCP ";
3167              container known {3162              container known {
3168                description3163                description
3169                  "Known ";3164                  "Known ";
3170                leaf rate {3165                leaf rate {
3171                  type uint32 {3166                  type uint32 {
3172                    range "0..4294967295" {3167                    range "0..4294967295" {
3173                      description3168                      description
3174                        "Packets Per Second (actual Min and Max range depends on platform)";3169                        "Packets Per Second (actual Min and Max range depends on platform)";
3175                    }3170                    }
3176                  }3171                  }
3177                  description3172                  description
3178                    "Rate in PPS";3173                    "Rate in PPS";
3179                }3174                }
3180              }3175              }
3181              container configured {3176              container configured {
3182                description3177                description
3183                  "Configured";3178                  "Configured";
3184                leaf rate {3179                leaf rate {
3185                  type uint32 {3180                  type uint32 {
3186                    range "0..4294967295" {3181                    range "0..4294967295" {
3187                      description3182                      description
3188                        "Packets Per Second (actual Min and Max range depends on platform)";3183                        "Packets Per Second (actual Min and Max range depends on platform)";
3189                    }3184                    }
3190                  }3185                  }
3191                  description3186                  description
3192                    "Rate in PPS";3187                    "Rate in PPS";
3193                }3188                }
3194              }3189              }
3195              container default {3190              container default {
3196                description3191                description
3197                  "Default ";3192                  "Default ";
3198                leaf rate {3193                leaf rate {
3199                  type uint32 {3194                  type uint32 {
3200                    range "0..4294967295" {3195                    range "0..4294967295" {
3201                      description3196                      description
3202                        "Packets Per Second (actual Min and Max range depends on platform)";3197                        "Packets Per Second (actual Min and Max range depends on platform)";
3203                    }3198                    }
3204                  }3199                  }
3205                  description3200                  description
3206                    "Rate in PPS";3201                    "Rate in PPS";
3207                }3202                }
3208              }3203              }
3209            }3204            }
3210            container udp {3205            container udp {
3211              description3206              description
3212                "UDP ";3207                "UDP ";
3213              leaf rate {3208              leaf rate {
3214                type uint32 {3209                type uint32 {
3215                  range "0..4294967295" {3210                  range "0..4294967295" {
3216                    description3211                    description
3217                      "Packets Per Second (actual Min and Max range depends on platform)";3212                      "Packets Per Second (actual Min and Max range depends on platform)";
3218                  }3213                  }
3219                }3214                }
3220                description3215                description
3221                  "Rate in PPS";3216                  "Rate in PPS";
3222              }3217              }
3223            }3218            }
3224          }3219          }
3225          container rsvp {3220          container rsvp {
3226            description3221            description
3227              "RSVP ";3222              "RSVP ";
3228            container default {3223            container default {
3229              description3224              description
3230                "RSVP Default ";3225                "RSVP Default ";
3231              leaf rate {3226              leaf rate {
3232                type uint32 {3227                type uint32 {
3233                  range "0..4294967295" {3228                  range "0..4294967295" {
3234                    description3229                    description
3235                      "Packets Per Second (actual Min and Max range depends on platform)";3230                      "Packets Per Second (actual Min and Max range depends on platform)";
3236                  }3231                  }
3237                }3232                }
3238                description3233                description
3239                  "Rate in PPS";3234                  "Rate in PPS";
3240              }3235              }
3241            }3236            }
3242            container known {3237            container known {
3243              description3238              description
3244                "RSVP Known ";3239                "RSVP Known ";
3245              leaf rate {3240              leaf rate {
3246                type uint32 {3241                type uint32 {
3247                  range "0..4294967295" {3242                  range "0..4294967295" {
3248                    description3243                    description
3249                      "Packets Per Second (actual Min and Max range depends on platform)";3244                      "Packets Per Second (actual Min and Max range depends on platform)";
3250                  }3245                  }
3251                }3246                }
3252                description3247                description
3253                  "Rate in PPS";3248                  "Rate in PPS";
3254              }3249              }
3255            }3250            }
3256            container udp {3251            container udp {
3257              description3252              description
3258                "UDP";3253                "UDP";
3259              leaf rate {3254              leaf rate {
3260                type uint32 {3255                type uint32 {
3261                  range "0..4294967295" {3256                  range "0..4294967295" {
3262                    description3257                    description
3263                      "Packets Per Second (actual Min and Max range depends on platform)";3258                      "Packets Per Second (actual Min and Max range depends on platform)";
3264                  }3259                  }
3265                }3260                }
3266                description3261                description
3267                  "Rate in PPS";3262                  "Rate in PPS";
3268              }3263              }
3269            }3264            }
3270          }3265          }
3271          container ike {3266          container ike {
3272            description3267            description
3273              "IKE ";3268              "IKE ";
3274            leaf rate {3269            leaf rate {
3275              type uint32 {3270              type uint32 {
3276                range "0..4294967295" {3271                range "0..4294967295" {
3277                  description3272                  description
3278                    "Packets Per Second (actual Min and Max range depends on platform)";3273                    "Packets Per Second (actual Min and Max range depends on platform)";
3279                }3274                }
3280              }3275              }
3281              description3276              description
3282                "Rate in PPS";3277                "Rate in PPS";
3283            }3278            }
3284          }3279          }
3285          container ipsec {3280          container ipsec {
3286            description3281            description
3287              "IPSEC ";3282              "IPSEC ";
3288            container known {3283            container known {
3289              description3284              description
3290                "Known ";3285                "Known ";
3291              leaf rate {3286              leaf rate {
3292                type uint32 {3287                type uint32 {
3293                  range "0..4294967295" {3288                  range "0..4294967295" {
3294                    description3289                    description
3295                      "Packets Per Second (actual Min and Max range depends on platform)";3290                      "Packets Per Second (actual Min and Max range depends on platform)";
3296                  }3291                  }
3297                }3292                }
3298                description3293                description
3299                  "Rate in PPS";3294                  "Rate in PPS";
3300              }3295              }
3301            }3296            }
3302            container default {3297            container default {
3303              description3298              description
3304                "Default ";3299                "Default ";
3305              leaf rate {3300              leaf rate {
3306                type uint32 {3301                type uint32 {
3307                  range "0..4294967295" {3302                  range "0..4294967295" {
3308                    description3303                    description
3309                      "Packets Per Second (actual Min and Max range depends on platform)";3304                      "Packets Per Second (actual Min and Max range depends on platform)";
3310                  }3305                  }
3311                }3306                }
3312                description3307                description
3313                  "Rate in PPS";3308                  "Rate in PPS";
3314              }3309              }
3315            }3310            }
3316          }3311          }
3317          container msdp {3312          container msdp {
3318            description3313            description
3319              "MSDP ";3314              "MSDP ";
3320            container known {3315            container known {
3321              description3316              description
3322                "Known ";3317                "Known ";
3323              leaf rate {3318              leaf rate {
3324                type uint32 {3319                type uint32 {
3325                  range "0..4294967295" {3320                  range "0..4294967295" {
3326                    description3321                    description
3327                      "Packets Per Second (actual Min and Max range depends on platform)";3322                      "Packets Per Second (actual Min and Max range depends on platform)";
3328                  }3323                  }
3329                }3324                }
3330                description3325                description
3331                  "Rate in PPS";3326                  "Rate in PPS";
3332              }3327              }
3333            }3328            }
3334            container configured {3329            container configured {
3335              description3330              description
3336                "Configured";3331                "Configured";
3337              leaf rate {3332              leaf rate {
3338                type uint32 {3333                type uint32 {
3339                  range "0..4294967295" {3334                  range "0..4294967295" {
3340                    description3335                    description
3341                      "Packets Per Second (actual Min and Max range depends on platform)";3336                      "Packets Per Second (actual Min and Max range depends on platform)";
3342                  }3337                  }
3343                }3338                }
3344                description3339                description
3345                  "Rate in PPS";3340                  "Rate in PPS";
3346              }3341              }
3347            }3342            }
3348            container default {3343            container default {
3349              description3344              description
3350                "Default";3345                "Default";
3351              leaf rate {3346              leaf rate {
3352                type uint32 {3347                type uint32 {
3353                  range "0..4294967295" {3348                  range "0..4294967295" {
3354                    description3349                    description
3355                      "Packets Per Second (actual Min and Max range depends on platform)";3350                      "Packets Per Second (actual Min and Max range depends on platform)";
3356                  }3351                  }
3357                }3352                }
3358                description3353                description
3359                  "Rate in PPS";3354                  "Rate in PPS";
3360              }3355              }
3361            }3356            }
3362          }3357          }
3363          container snmp {3358          container snmp {
3364            description3359            description
3365              "SNMP ";3360              "SNMP ";
3366            leaf rate {3361            leaf rate {
3367              type uint32 {3362              type uint32 {
3368                range "0..4294967295" {3363                range "0..4294967295" {
3369                  description3364                  description
3370                    "Packets Per Second (actual Min and Max range depends on platform)";3365                    "Packets Per Second (actual Min and Max range depends on platform)";
3371                }3366                }
3372              }3367              }
3373              description3368              description
3374                "Rate in PPS";3369                "Rate in PPS";
3375            }3370            }
3376          }3371          }
3377          container ssh {3372          container ssh {
3378            description3373            description
3379              "SSH ";3374              "SSH ";
3380            container known {3375            container known {
3381              description3376              description
3382                "Known ";3377                "Known ";
3383              leaf rate {3378              leaf rate {
3384                type uint32 {3379                type uint32 {
3385                  range "0..4294967295" {3380                  range "0..4294967295" {
3386                    description3381                    description
3387                      "Packets Per Second (actual Min and Max range depends on platform)";3382                      "Packets Per Second (actual Min and Max range depends on platform)";
3388                  }3383                  }
3389                }3384                }
3390                description3385                description
3391                  "Rate in PPS";3386                  "Rate in PPS";
3392              }3387              }
3393            }3388            }
3394            container default {3389            container default {
3395              description3390              description
3396                "Default ";3391                "Default ";
3397              leaf rate {3392              leaf rate {
3398                type uint32 {3393                type uint32 {
3399                  range "0..4294967295" {3394                  range "0..4294967295" {
3400                    description3395                    description
3401                      "Packets Per Second (actual Min and Max range depends on platform)";3396                      "Packets Per Second (actual Min and Max range depends on platform)";
3402                  }3397                  }
3403                }3398                }
3404                description3399                description
3405                  "Rate in PPS";3400                  "Rate in PPS";
3406              }3401              }
3407            }3402            }
3408          }3403          }
3409          container http {3404          container http {
3410            description3405            description
3411              "HTTP ";3406              "HTTP ";
3412            container known {3407            container known {
3413              description3408              description
3414                "Known ";3409                "Known ";
3415              leaf rate {3410              leaf rate {
3416                type uint32 {3411                type uint32 {
3417                  range "0..4294967295" {3412                  range "0..4294967295" {
3418                    description3413                    description
3419                      "Packets Per Second (actual Min and Max range depends on platform)";3414                      "Packets Per Second (actual Min and Max range depends on platform)";
3420                  }3415                  }
3421                }3416                }
3422                description3417                description
3423                  "Rate in PPS";3418                  "Rate in PPS";
3424              }3419              }
3425            }3420            }
3426            container default {3421            container default {
3427              description3422              description
3428                "Default ";3423                "Default ";
3429              leaf rate {3424              leaf rate {
3430                type uint32 {3425                type uint32 {
3431                  range "0..4294967295" {3426                  range "0..4294967295" {
3432                    description3427                    description
3433                      "Packets Per Second (actual Min and Max range depends on platform)";3428                      "Packets Per Second (actual Min and Max range depends on platform)";
3434                  }3429                  }
3435                }3430                }
3436                description3431                description
3437                  "Rate in PPS";3432                  "Rate in PPS";
3438              }3433              }
3439            }3434            }
3440          }3435          }
3441          container shttp {3436          container shttp {
3442            description3437            description
3443              "SHTTP ";3438              "SHTTP ";
3444            container known {3439            container known {
3445              description3440              description
3446                "Known ";3441                "Known ";
3447              leaf rate {3442              leaf rate {
3448                type uint32 {3443                type uint32 {
3449                  range "0..4294967295" {3444                  range "0..4294967295" {
3450                    description3445                    description
3451                      "Packets Per Second (actual Min and Max range depends on platform)";3446                      "Packets Per Second (actual Min and Max range depends on platform)";
3452                  }3447                  }
3453                }3448                }
3454                description3449                description
3455                  "Rate in PPS";3450                  "Rate in PPS";
3456              }3451              }
3457            }3452            }
3458            container default {3453            container default {
3459              description3454              description
3460                "Default ";3455                "Default ";
3461              leaf rate {3456              leaf rate {
3462                type uint32 {3457                type uint32 {
3463                  range "0..4294967295" {3458                  range "0..4294967295" {
3464                    description3459                    description
3465                      "Packets Per Second (actual Min and Max range depends on platform)";3460                      "Packets Per Second (actual Min and Max range depends on platform)";
3466                  }3461                  }
3467                }3462                }
3468                description3463                description
3469                  "Rate in PPS";3464                  "Rate in PPS";
3470              }3465              }
3471            }3466            }
3472          }3467          }
3473          container telnet {3468          container telnet {
3474            description3469            description
3475              "TELNET ";3470              "TELNET ";
3476            container known {3471            container known {
3477              description3472              description
3478                "Known ";3473                "Known ";
3479              leaf rate {3474              leaf rate {
3480                type uint32 {3475                type uint32 {
3481                  range "0..4294967295" {3476                  range "0..4294967295" {
3482                    description3477                    description
3483                      "Packets Per Second (actual Min and Max range depends on platform)";3478                      "Packets Per Second (actual Min and Max range depends on platform)";
3484                  }3479                  }
3485                }3480                }
3486                description3481                description
3487                  "Rate in PPS";3482                  "Rate in PPS";
3488              }3483              }
3489            }3484            }
3490            container default {3485            container default {
3491              description3486              description
3492                "Default ";3487                "Default ";
3493              leaf rate {3488              leaf rate {
3494                type uint32 {3489                type uint32 {
3495                  range "0..4294967295" {3490                  range "0..4294967295" {
3496                    description3491                    description
3497                      "Packets Per Second (actual Min and Max range depends on platform)";3492                      "Packets Per Second (actual Min and Max range depends on platform)";
3498                  }3493                  }
3499                }3494                }
3500                description3495                description
3501                  "Rate in PPS";3496                  "Rate in PPS";
3502              }3497              }
3503            }3498            }
3504          }3499          }
3505          container css {3500          container css {
3506            description3501            description
3507              "CSS ";3502              "CSS ";
3508            container known {3503            container known {
3509              description3504              description
3510                "Known ";3505                "Known ";
3511              leaf rate {3506              leaf rate {
3512                type uint32 {3507                type uint32 {
3513                  range "0..4294967295" {3508                  range "0..4294967295" {
3514                    description3509                    description
3515                      "Packets Per Second (actual Min and Max range depends on platform)";3510                      "Packets Per Second (actual Min and Max range depends on platform)";
3516                  }3511                  }
3517                }3512                }
3518                description3513                description
3519                  "Rate in PPS";3514                  "Rate in PPS";
3520              }3515              }
3521            }3516            }
3522            container default {3517            container default {
3523              description3518              description
3524                "Default ";3519                "Default ";
3525              leaf rate {3520              leaf rate {
3526                type uint32 {3521                type uint32 {
3527                  range "0..4294967295" {3522                  range "0..4294967295" {
3528                    description3523                    description
3529                      "Packets Per Second (actual Min and Max range depends on platform)";3524                      "Packets Per Second (actual Min and Max range depends on platform)";
3530                  }3525                  }
3531                }3526                }
3532                description3527                description
3533                  "Rate in PPS";3528                  "Rate in PPS";
3534              }3529              }
3535            }3530            }
3536          }3531          }
3537          container rsh {3532          container rsh {
3538            description3533            description
3539              "RSH ";3534              "RSH ";
3540            container known {3535            container known {
3541              description3536              description
3542                "Known ";3537                "Known ";
3543              leaf rate {3538              leaf rate {
3544                type uint32 {3539                type uint32 {
3545                  range "0..4294967295" {3540                  range "0..4294967295" {
3546                    description3541                    description
3547                      "Packets Per Second (actual Min and Max range depends on platform)";3542                      "Packets Per Second (actual Min and Max range depends on platform)";
3548                  }3543                  }
3549                }3544                }
3550                description3545                description
3551                  "Rate in PPS";3546                  "Rate in PPS";
3552              }3547              }
3553            }3548            }
3554            container default {3549            container default {
3555              description3550              description
3556                "Default ";3551                "Default ";
3557              leaf rate {3552              leaf rate {
3558                type uint32 {3553                type uint32 {
3559                  range "0..4294967295" {3554                  range "0..4294967295" {
3560                    description3555                    description
3561                      "Packets Per Second (actual Min and Max range depends on platform)";3556                      "Packets Per Second (actual Min and Max range depends on platform)";
3562                  }3557                  }
3563                }3558                }
3564                description3559                description
3565                  "Rate in PPS";3560                  "Rate in PPS";
3566              }3561              }
3567            }3562            }
3568          }3563          }
3569          container udp {3564          container udp {
3570            description3565            description
3571              "UDP ";3566              "UDP ";
3572            container known {3567            container known {
3573              description3568              description
3574                "Known ";3569                "Known ";
3575              leaf rate {3570              leaf rate {
3576                type uint32 {3571                type uint32 {
3577                  range "0..4294967295" {3572                  range "0..4294967295" {
3578                    description3573                    description
3579                      "Packets Per Second (actual Min and Max range depends on platform)";3574                      "Packets Per Second (actual Min and Max range depends on platform)";
3580                  }3575                  }
3581                }3576                }
3582                description3577                description
3583                  "Rate in PPS";3578                  "Rate in PPS";
3584              }3579              }
3585            }3580            }
3586            container listen {3581            container listen {
3587              description3582              description
3588                "Listen ";3583                "Listen ";
3589              leaf rate {3584              leaf rate {
3590                type uint32 {3585                type uint32 {
3591                  range "0..4294967295" {3586                  range "0..4294967295" {
3592                    description3587                    description
3593                      "Packets Per Second (actual Min and Max range depends on platform)";3588                      "Packets Per Second (actual Min and Max range depends on platform)";
3594                  }3589                  }
3595                }3590                }
3596                description3591                description
3597                  "Rate in PPS";3592                  "Rate in PPS";
3598              }3593              }
3599            }3594            }
3600            container configured {3595            container configured {
3601              description3596              description
3602                "Config peer ";3597                "Config peer ";
3603              leaf rate {3598              leaf rate {
3604                type uint32 {3599                type uint32 {
3605                  range "0..4294967295" {3600                  range "0..4294967295" {
3606                    description3601                    description
3607                      "Packets Per Second (actual Min and Max range depends on platform)";3602                      "Packets Per Second (actual Min and Max range depends on platform)";
3608                  }3603                  }
3609                }3604                }
3610                description3605                description
3611                  "Rate in PPS";3606                  "Rate in PPS";
3612              }3607              }
3613            }3608            }
3614            container default {3609            container default {
3615              description3610              description
3616                "Default ";3611                "Default ";
3617              leaf rate {3612              leaf rate {
3618                type uint32 {3613                type uint32 {
3619                  range "0..4294967295" {3614                  range "0..4294967295" {
3620                    description3615                    description
3621                      "Packets Per Second (actual Min and Max range depends on platform)";3616                      "Packets Per Second (actual Min and Max range depends on platform)";
3622                  }3617                  }
3623                }3618                }
3624                description3619                description
3625                  "Rate in PPS";3620                  "Rate in PPS";
3626              }3621              }
3627            }3622            }
3628          }3623          }
3629          container tcp {3624          container tcp {
3630            description3625            description
3631              "TCP ";3626              "TCP ";
3632            container known {3627            container known {
3633              description3628              description
3634                "Known ";3629                "Known ";
3635              leaf rate {3630              leaf rate {
3636                type uint32 {3631                type uint32 {
3637                  range "0..4294967295" {3632                  range "0..4294967295" {
3638                    description3633                    description
3639                      "Packets Per Second (actual Min and Max range depends on platform)";3634                      "Packets Per Second (actual Min and Max range depends on platform)";
3640                  }3635                  }
3641                }3636                }
3642                description3637                description
3643                  "Rate in PPS";3638                  "Rate in PPS";
3644              }3639              }
3645            }3640            }
3646            container listen {3641            container listen {
3647              description3642              description
3648                "Listen ";3643                "Listen ";
3649              leaf rate {3644              leaf rate {
3650                type uint32 {3645                type uint32 {
3651                  range "0..4294967295" {3646                  range "0..4294967295" {
3652                    description3647                    description
3653                      "Packets Per Second (actual Min and Max range depends on platform)";3648                      "Packets Per Second (actual Min and Max range depends on platform)";
3654                  }3649                  }
3655                }3650                }
3656                description3651                description
3657                  "Rate in PPS";3652                  "Rate in PPS";
3658              }3653              }
3659            }3654            }
3660            container configured {3655            container configured {
3661              description3656              description
3662                "Configured ";3657                "Configured ";
3663              leaf rate {3658              leaf rate {
3664                type uint32 {3659                type uint32 {
3665                  range "0..4294967295" {3660                  range "0..4294967295" {
3666                    description3661                    description
3667                      "Packets Per Second (actual Min and Max range depends on platform)";3662                      "Packets Per Second (actual Min and Max range depends on platform)";
3668                  }3663                  }
3669                }3664                }
3670                description3665                description
3671                  "Rate in PPS";3666                  "Rate in PPS";
3672              }3667              }
3673            }3668            }
3674            container default {3669            container default {
3675              description3670              description
3676                "Default ";3671                "Default ";
3677              leaf rate {3672              leaf rate {
3678                type uint32 {3673                type uint32 {
3679                  range "0..4294967295" {3674                  range "0..4294967295" {
3680                    description3675                    description
3681                      "Packets Per Second (actual Min and Max range depends on platform)";3676                      "Packets Per Second (actual Min and Max range depends on platform)";
3682                  }3677                  }
3683                }3678                }
3684                description3679                description
3685                  "Rate in PPS";3680                  "Rate in PPS";
3686              }3681              }
3687            }3682            }
3688          }3683          }
3689          container multicast {3684          container multicast {
3690            description3685            description
3691              "Multicast ";3686              "Multicast ";
3692            container known {3687            container known {
3693              description3688              description
3694                "Known ";3689                "Known ";
3695              leaf rate {3690              leaf rate {
3696                type uint32 {3691                type uint32 {
3697                  range "0..4294967295" {3692                  range "0..4294967295" {
3698                    description3693                    description
3699                      "Packets Per Second (actual Min and Max range depends on platform)";3694                      "Packets Per Second (actual Min and Max range depends on platform)";
3700                  }3695                  }
3701                }3696                }
3702                description3697                description
3703                  "Rate in PPS";3698                  "Rate in PPS";
3704              }3699              }
3705            }3700            }
3706            container default {3701            container default {
3707              description3702              description
3708                "Default ";3703                "Default ";
3709              leaf rate {3704              leaf rate {
3710                type uint32 {3705                type uint32 {
3711                  range "0..4294967295" {3706                  range "0..4294967295" {
3712                    description3707                    description
3713                      "Packets Per Second (actual Min and Max range depends on platform)";3708                      "Packets Per Second (actual Min and Max range depends on platform)";
3714                  }3709                  }
3715                }3710                }
3716                description3711                description
3717                  "Rate in PPS";3712                  "Rate in PPS";
3718              }3713              }
3719            }3714            }
3720          }3715          }
3721          container raw {3716          container raw {
3722            description3717            description
3723              "Raw ";3718              "Raw ";
3724            container listen {3719            container listen {
3725              description3720              description
3726                "Listen ";3721                "Listen ";
3727              leaf rate {3722              leaf rate {
3728                type uint32 {3723                type uint32 {
3729                  range "0..4294967295" {3724                  range "0..4294967295" {
3730                    description3725                    description
3731                      "Packets Per Second (actual Min and Max range depends on platform)";3726                      "Packets Per Second (actual Min and Max range depends on platform)";
3732                  }3727                  }
3733                }3728                }
3734                description3729                description
3735                  "Rate in PPS";3730                  "Rate in PPS";
3736              }3731              }
3737            }3732            }
3738            container default {3733            container default {
3739              description3734              description
3740                "Default ";3735                "Default ";
3741              leaf rate {3736              leaf rate {
3742                type uint32 {3737                type uint32 {
3743                  range "0..4294967295" {3738                  range "0..4294967295" {
3744                    description3739                    description
3745                      "Packets Per Second (actual Min and Max range depends on platform)";3740                      "Packets Per Second (actual Min and Max range depends on platform)";
3746                  }3741                  }
3747                }3742                }
3748                description3743                description
3749                  "Rate in PPS";3744                  "Rate in PPS";
3750              }3745              }
3751            }3746            }
3752          }3747          }
3753          container ip-sla {3748          container ip-sla {
3754            description3749            description
3755              "IP-SLA ";3750              "IP-SLA ";
3756            leaf rate {3751            leaf rate {
3757              type uint32 {3752              type uint32 {
3758                range "0..4294967295" {3753                range "0..4294967295" {
3759                  description3754                  description
3760                    "Packets Per Second (actual Min and Max range depends on platform)";3755                    "Packets Per Second (actual Min and Max range depends on platform)";
3761                }3756                }
3762              }3757              }
3763              description3758              description
3764                "Rate in PPS";3759                "Rate in PPS";
3765            }3760            }
3766          }3761          }
3767          container eigrp {3762          container eigrp {
3768            description3763            description
3769              "EIGRP ";3764              "EIGRP ";
3770            leaf rate {3765            leaf rate {
3771              type uint32 {3766              type uint32 {
3772                range "0..4294967295" {3767                range "0..4294967295" {
3773                  description3768                  description
3774                    "Packets Per Second (actual Min and Max range depends on platform)";3769                    "Packets Per Second (actual Min and Max range depends on platform)";
3775                }3770                }
3776              }3771              }
3777              description3772              description
3778                "Rate in PPS";3773                "Rate in PPS";
3779            }3774            }
3780          }3775          }
3781          container rip {3776          container rip {
3782            description3777            description
3783              "RIP ";3778              "RIP ";
3784            leaf rate {3779            leaf rate {
3785              type uint32 {3780              type uint32 {
3786                range "0..4294967295" {3781                range "0..4294967295" {
3787                  description3782                  description
3788                    "Packets Per Second (actual Min and Max range depends on platform)";3783                    "Packets Per Second (actual Min and Max range depends on platform)";
3789                }3784                }
3790              }3785              }
3791              description3786              description
3792                "Rate in PPS";3787                "Rate in PPS";
3793            }3788            }
3794          }3789          }
3795          container l2tpv3 {3790          container l2tpv3 {
3796            description3791            description
3797              "L2TPv3 ";3792              "L2TPv3 ";
3798            leaf rate {3793            leaf rate {
3799              type uint32 {3794              type uint32 {
3800                range "0..4294967295" {3795                range "0..4294967295" {
3801                  description3796                  description
3802                    "Packets Per Second (actual Min and Max range depends on platform)";3797                    "Packets Per Second (actual Min and Max range depends on platform)";
3803                }3798                }
3804              }3799              }
3805              description3800              description
3806                "Rate in PPS";3801                "Rate in PPS";
3807            }3802            }
3808          }3803          }
3809          container pcep {3804          container pcep {
3810            description3805            description
3811              "PCEP ";3806              "PCEP ";
3812            leaf rate {3807            leaf rate {
3813              type uint32 {3808              type uint32 {
3814                range "0..4294967295" {3809                range "0..4294967295" {
3815                  description3810                  description
3816                    "Packets Per Second (actual Min and Max range depends on platform)";3811                    "Packets Per Second (actual Min and Max range depends on platform)";
3817                }3812                }
3818              }3813              }
3819              description3814              description
3820                "Rate in PPS";3815                "Rate in PPS";
3821            }3816            }
3822          }3817          }
3823          container gre {3818          container gre {
3824            description3819            description
3825              "GRE ";3820              "GRE ";
3826            leaf rate {3821            leaf rate {
3827              type uint32 {3822              type uint32 {
3828                range "0..4294967295" {3823                range "0..4294967295" {
3829                  description3824                  description
3830                    "Packets Per Second (actual Min and Max range depends on platform)";3825                    "Packets Per Second (actual Min and Max range depends on platform)";
3831                }3826                }
3832              }3827              }
3833              description3828              description
3834                "Rate in PPS";3829                "Rate in PPS";
3835            }3830            }
3836          }3831          }
3837          container vrrp {3832          container vrrp {
3838            description3833            description
3839              "VRRP ";3834              "VRRP ";
3840            leaf rate {3835            leaf rate {
3841              type uint32 {3836              type uint32 {
3842                range "0..4294967295" {3837                range "0..4294967295" {
3843                  description3838                  description
3844                    "Packets Per Second (actual Min and Max range depends on platform)";3839                    "Packets Per Second (actual Min and Max range depends on platform)";
3845                }3840                }
3846              }3841              }
3847              description3842              description
3848                "Rate in PPS";3843                "Rate in PPS";
3849            }3844            }
3850          }3845          }
3851          container hsrp {3846          container hsrp {
3852            description3847            description
3853              "HSRP ";3848              "HSRP ";
3854            leaf rate {3849            leaf rate {
3855              type uint32 {3850              type uint32 {
3856                range "0..4294967295" {3851                range "0..4294967295" {
3857                  description3852                  description
3858                    "Packets Per Second (actual Min and Max range depends on platform)";3853                    "Packets Per Second (actual Min and Max range depends on platform)";
3859                }3854                }
3860              }3855              }
3861              description3856              description
3862                "Rate in PPS";3857                "Rate in PPS";
3863            }3858            }
3864          }3859          }
3865          container mpls {3860          container mpls {
3866            description3861            description
3867              "MPLS ";3862              "MPLS ";
3868            container oam {3863            container oam {
3869              description3864              description
3870                "Oam ";3865                "Oam ";
3871              leaf rate {3866              leaf rate {
3872                type uint32 {3867                type uint32 {
3873                  range "0..4294967295" {3868                  range "0..4294967295" {
3874                    description3869                    description
3875                      "Packets Per Second (actual Min and Max range depends on platform)";3870                      "Packets Per Second (actual Min and Max range depends on platform)";
3876                  }3871                  }
3877                }3872                }
3878                description3873                description
3879                  "Rate in PPS";3874                  "Rate in PPS";
3880              }3875              }
3881            }3876            }
3882          }3877          }
3883          container l2tpv2 {3878          container l2tpv2 {
3884            description3879            description
3885              "L2TPv2 ";3880              "L2TPv2 ";
3886            container default {3881            container default {
3887              description3882              description
3888                "Default ";3883                "Default ";
3889              leaf rate {3884              leaf rate {
3890                type uint32 {3885                type uint32 {
3891                  range "0..4294967295" {3886                  range "0..4294967295" {
3892                    description3887                    description
3893                      "Packets Per Second (actual Min and Max range depends on platform)";3888                      "Packets Per Second (actual Min and Max range depends on platform)";
3894                  }3889                  }
3895                }3890                }
3896                description3891                description
3897                  "Rate in PPS";3892                  "Rate in PPS";
3898              }3893              }
3899            }3894            }
3900            container known {3895            container known {
3901              description3896              description
3902                "Known ";3897                "Known ";
3903              leaf rate {3898              leaf rate {
3904                type uint32 {3899                type uint32 {
3905                  range "0..4294967295" {3900                  range "0..4294967295" {
3906                    description3901                    description
3907                      "Packets Per Second (actual Min and Max range depends on platform)";3902                      "Packets Per Second (actual Min and Max range depends on platform)";
3908                  }3903                  }
3909                }3904                }
3910                description3905                description
3911                  "Rate in PPS";3906                  "Rate in PPS";
3912              }3907              }
3913            }3908            }
3914          }3909          }
3915          container dns {3910          container dns {
3916            description3911            description
3917              "DNS ";3912              "DNS ";
3918            leaf rate {3913            leaf rate {
3919              type uint32 {3914              type uint32 {
3920                range "0..4294967295" {3915                range "0..4294967295" {
3921                  description3916                  description
3922                    "Packets Per Second (actual Min and Max range depends on platform)";3917                    "Packets Per Second (actual Min and Max range depends on platform)";
3923                }3918                }
3924              }3919              }
3925              description3920              description
3926                "Rate in PPS";3921                "Rate in PPS";
3927            }3922            }
3928          }3923          }
3929          container radius {3924          container radius {
3930            description3925            description
3931              "RADIUS ";3926              "RADIUS ";
3932            leaf rate {3927            leaf rate {
3933              type uint32 {3928              type uint32 {
3934                range "0..4294967295" {3929                range "0..4294967295" {
3935                  description3930                  description
3936                    "Packets Per Second (actual Min and Max range depends on platform)";3931                    "Packets Per Second (actual Min and Max range depends on platform)";
3937                }3932                }
3938              }3933              }
3939              description3934              description
3940                "Rate in PPS";3935                "Rate in PPS";
3941            }3936            }
3942          }3937          }
3943          container tacacs {3938          container tacacs {
3944            description3939            description
3945              "TACACS ";3940              "TACACS ";
3946            leaf rate {3941            leaf rate {
3947              type uint32 {3942              type uint32 {
3948                range "0..4294967295" {3943                range "0..4294967295" {
3949                  description3944                  description
3950                    "Packets Per Second (actual Min and Max range depends on platform)";3945                    "Packets Per Second (actual Min and Max range depends on platform)";
3951                }3946                }
3952              }3947              }
3953              description3948              description
3954                "Rate in PPS";3949                "Rate in PPS";
3955            }3950            }
3956          }3951          }
3957          container ntp {3952          container ntp {
3958            description3953            description
3959              "NTP ";3954              "NTP ";
3960            container default {3955            container default {
3961              description3956              description
3962                "Default ";3957                "Default ";
3963              leaf rate {3958              leaf rate {
3964                type uint32 {3959                type uint32 {
3965                  range "0..4294967295" {3960                  range "0..4294967295" {
3966                    description3961                    description
3967                      "Packets Per Second (actual Min and Max range depends on platform)";3962                      "Packets Per Second (actual Min and Max range depends on platform)";
3968                  }3963                  }
3969                }3964                }
3970                description3965                description
3971                  "Rate in PPS";3966                  "Rate in PPS";
3972              }3967              }
3973            }3968            }
3974            container known {3969            container known {
3975              description3970              description
3976                "Known ";3971                "Known ";
3977              leaf rate {3972              leaf rate {
3978                type uint32 {3973                type uint32 {
3979                  range "0..4294967295" {3974                  range "0..4294967295" {
3980                    description3975                    description
3981                      "Packets Per Second (actual Min and Max range depends on platform)";3976                      "Packets Per Second (actual Min and Max range depends on platform)";
3982                  }3977                  }
3983                }3978                }
3984                description3979                description
3985                  "Rate in PPS";3980                  "Rate in PPS";
3986              }3981              }
3987            }3982            }
3988          }3983          }
3989          container mipv6 {3984          container mipv6 {
3990            description3985            description
3991              "MIPv6 ";3986              "MIPv6 ";
3992            leaf rate {3987            leaf rate {
3993              type uint32 {3988              type uint32 {
3994                range "0..4294967295" {3989                range "0..4294967295" {
3995                  description3990                  description
3996                    "Packets Per Second (actual Min and Max range depends on platform)";3991                    "Packets Per Second (actual Min and Max range depends on platform)";
3997                }3992                }
3998              }3993              }
3999              description3994              description
4000                "Rate in PPS";3995                "Rate in PPS";
4001            }3996            }
4002          }3997          }
4003          container amt {3998          container amt {
4004            description3999            description
4005              "AMT ";4000              "AMT ";
4006            leaf rate {4001            leaf rate {
4007              type uint32 {4002              type uint32 {
4008                range "0..4294967295" {4003                range "0..4294967295" {
4009                  description4004                  description
4010                    "Packets Per Second (actual Min and Max range depends on platform)";4005                    "Packets Per Second (actual Min and Max range depends on platform)";
4011                }4006                }
4012              }4007              }
4013              description4008              description
4014                "Rate in PPS";4009                "Rate in PPS";
4015            }4010            }
4016          }4011          }
4017          container sdac {4012          container sdac {
4018            description4013            description
4019              "SDAC-TCP ";4014              "SDAC-TCP ";
4020            leaf rate {4015            leaf rate {
4021              type uint32 {4016              type uint32 {
4022                range "0..4294967295" {4017                range "0..4294967295" {
4023                  description4018                  description
4024                    "Packets Per Second (actual Min and Max range depends on platform)";4019                    "Packets Per Second (actual Min and Max range depends on platform)";
4025                }4020                }
4026              }4021              }
4027              description4022              description
4028                "Rate in PPS";4023                "Rate in PPS";
4029            }4024            }
4030          }4025          }
4031          container radius-coa {4026          container radius-coa {
4032            description4027            description
4033              "RADIUS COA ";4028              "RADIUS COA ";
4034            leaf rate {4029            leaf rate {
4035              type uint32 {4030              type uint32 {
4036                range "0..4294967295" {4031                range "0..4294967295" {
4037                  description4032                  description
4038                    "Packets Per Second (actual Min and Max range depends on platform)";4033                    "Packets Per Second (actual Min and Max range depends on platform)";
4039                }4034                }
4040              }4035              }
4041              description4036              description
4042                "Rate in PPS";4037                "Rate in PPS";
4043            }4038            }
4044          }4039          }
4045          container rel-udp {4040          container rel-udp {
4046            description4041            description
4047              "Syslog/netflow packets";4042              "Syslog/netflow packets";
4048            leaf rate {4043            leaf rate {
4049              type uint32 {4044              type uint32 {
4050                range "0..4294967295" {4045                range "0..4294967295" {
4051                  description4046                  description
4052                    "Packets Per Second (actual Min and Max range depends on platform)";4047                    "Packets Per Second (actual Min and Max range depends on platform)";
4053                }4048                }
4054              }4049              }
4055              description4050              description
4056                "Rate in PPS";4051                "Rate in PPS";
4057            }4052            }
4058          }4053          }
4059          container dhcpv4 {4054          container dhcpv4 {
4060            description4055            description
4061              "DHCPv4 ";4056              "DHCPv4 ";
4062            leaf rate {4057            leaf rate {
4063              type uint32 {4058              type uint32 {
4064                range "0..4294967295" {4059                range "0..4294967295" {
4065                  description4060                  description
4066                    "Packets Per Second (actual Min and Max range depends on platform)";4061                    "Packets Per Second (actual Min and Max range depends on platform)";
4067                }4062                }
4068              }4063              }
4069              description4064              description
4070                "Rate in PPS";4065                "Rate in PPS";
4071            }4066            }
4072          }4067          }
4073          container dhcpv6 {4068          container dhcpv6 {
4074            description4069            description
4075              "DHCPv6 ";4070              "DHCPv6 ";
4076            leaf rate {4071            leaf rate {
4077              type uint32 {4072              type uint32 {
4078                range "0..4294967295" {4073                range "0..4294967295" {
4079                  description4074                  description
4080                    "Packets Per Second (actual Min and Max range depends on platform)";4075                    "Packets Per Second (actual Min and Max range depends on platform)";
4081                }4076                }
4082              }4077              }
4083              description4078              description
4084                "Rate in PPS";4079                "Rate in PPS";
4085            }4080            }
4086          }4081          }
4087          container onepk {4082          container onepk {
4088            description4083            description
4089              "ONEPK ";4084              "ONEPK ";
4090            leaf rate {4085            leaf rate {
4091              type uint32 {4086              type uint32 {
4092                range "0..4294967295" {4087                range "0..4294967295" {
4093                  description4088                  description
4094                    "Packets Per Second (actual Min and Max range depends on platform)";4089                    "Packets Per Second (actual Min and Max range depends on platform)";
4095                }4090                }
4096              }4091              }
4097              description4092              description
4098                "Rate in PPS";4093                "Rate in PPS";
4099            }4094            }
4100          }4095          }
4101          container tpa {4096          container tpa {
4102            description4097            description
4103              "Third Party Applications";4098              "Third Party Applications";
4104            leaf rate {4099            leaf rate {
4105              type uint32 {4100              type uint32 {
4106                range "0..4294967295" {4101                range "0..4294967295" {
4107                  description4102                  description
4108                    "Packets Per Second (actual Min and Max range depends on platform)";4103                    "Packets Per Second (actual Min and Max range depends on platform)";
4109                }4104                }
4110              }4105              }
4111              description4106              description
4112                "Rate in PPS";4107                "Rate in PPS";
4113            }4108            }
4114          }4109          }
4115          container ietf-bob {4110          container ietf-bob {
4116            description4111            description
4117              "IETF BOB Packets";4112              "IETF BOB Packets";
4118            leaf rate {4113            leaf rate {
4119              type uint32 {4114              type uint32 {
4120                range "0..4294967295" {4115                range "0..4294967295" {
4121                  description4116                  description
4122                    "Packets Per Second (actual Min and Max range depends on platform)";4117                    "Packets Per Second (actual Min and Max range depends on platform)";
4123                }4118                }
4124              }4119              }
4125              description4120              description
4126                "Rate in PPS";4121                "Rate in PPS";
4127            }4122            }
4128          }4123          }
4129          container xipc {4124          container xipc {
4130            if-feature "pifib_xipc_throt_policer_config_check";4125            if-feature "pifib_xipc_throt_policer_config_check";
4131            description4126            description
4132              "XIPC rate limit";4127              "XIPC rate limit";
4133            leaf rate {4128            leaf rate {
4134              type uint32 {4129              type uint32 {
4135                range "0..4294967295" {4130                range "0..4294967295" {
4136                  description4131                  description
4137                    "Packets Per Second (actual Min and Max range depends on platform)";4132                    "Packets Per Second (actual Min and Max range depends on platform)";
4138                }4133                }
4139              }4134              }
4140              description4135              description
4141                "Rate in PPS";4136                "Rate in PPS";
4142            }4137            }
4143          }4138          }
4144          container pm-twamp {4139          container pm-twamp {
4145            description4140            description
4146              "PM TWAMP Packets";4141              "PM TWAMP Packets";
4147            leaf rate {4142            leaf rate {
4148              type uint32 {4143              type uint32 {
4149                range "0..4294967295" {4144                range "0..4294967295" {
4150                  description4145                  description
4151                    "Packets Per Second (actual Min and Max range depends on platform)";4146                    "Packets Per Second (actual Min and Max range depends on platform)";
4152                }4147                }
4153              }4148              }
4154              description4149              description
4155                "Rate in PPS";4150                "Rate in PPS";
4156            }4151            }
4157          }4152          }
4158        }4153        }
4159      }4154      }
4160      container np3 {4155      container np3 {
4161        description4156        description
4162          "Np number";4157          "Np number";
4163        container flow {4158        container flow {
4164          description4159          description
4165            "lpts flow type";4160            "lpts flow type";
4166          container fragment {4161          container fragment {
4167            description4162            description
4168              "Fragmented IP packets";4163              "Fragmented IP packets";
4169            leaf rate {4164            leaf rate {
4170              type uint32 {4165              type uint32 {
4171                range "0..4294967295" {4166                range "0..4294967295" {
4172                  description4167                  description
4173                    "Packets Per Second (actual Min and Max range depends on platform)";4168                    "Packets Per Second (actual Min and Max range depends on platform)";
4174                }4169                }
4175              }4170              }
4176              description4171              description
4177                "Rate in PPS";4172                "Rate in PPS";
4178            }4173            }
4179          }4174          }
4180          container ospf {4175          container ospf {
4181            description4176            description
4182              "OSPF ";4177              "OSPF ";
4183            container unicast {4178            container unicast {
4184              description4179              description
4185                "Unicast ";4180                "Unicast ";
4186              container known {4181              container known {
4187                description4182                description
4188                  "Known ";4183                  "Known ";
4189                leaf rate {4184                leaf rate {
4190                  type uint32 {4185                  type uint32 {
4191                    range "0..4294967295" {4186                    range "0..4294967295" {
4192                      description4187                      description
4193                        "Packets Per Second (actual Min and Max range depends on platform)";4188                        "Packets Per Second (actual Min and Max range depends on platform)";
4194                    }4189                    }
4195                  }4190                  }
4196                  description4191                  description
4197                    "Rate in PPS";4192                    "Rate in PPS";
4198                }4193                }
4199              }4194              }
4200              container default {4195              container default {
4201                description4196                description
4202                  "Default ";4197                  "Default ";
4203                leaf rate {4198                leaf rate {
4204                  type uint32 {4199                  type uint32 {
4205                    range "0..4294967295" {4200                    range "0..4294967295" {
4206                      description4201                      description
4207                        "Packets Per Second (actual Min and Max range depends on platform)";4202                        "Packets Per Second (actual Min and Max range depends on platform)";
4208                    }4203                    }
4209                  }4204                  }
4210                  description4205                  description
4211                    "Rate in PPS";4206                    "Rate in PPS";
4212                }4207                }
4213              }4208              }
4214            }4209            }
4215            container multicast {4210            container multicast {
4216              description4211              description
4217                "Multicast";4212                "Multicast";
4218              container known {4213              container known {
4219                description4214                description
4220                  "Known ";4215                  "Known ";
4221                leaf rate {4216                leaf rate {
4222                  type uint32 {4217                  type uint32 {
4223                    range "0..4294967295" {4218                    range "0..4294967295" {
4224                      description4219                      description
4225                        "Packets Per Second (actual Min and Max range depends on platform)";4220                        "Packets Per Second (actual Min and Max range depends on platform)";
4226                    }4221                    }
4227                  }4222                  }
4228                  description4223                  description
4229                    "Rate in PPS";4224                    "Rate in PPS";
4230                }4225                }
4231              }4226              }
4232              container default {4227              container default {
4233                description4228                description
4234                  "Default ";4229                  "Default ";
4235                leaf rate {4230                leaf rate {
4236                  type uint32 {4231                  type uint32 {
4237                    range "0..4294967295" {4232                    range "0..4294967295" {
4238                      description4233                      description
4239                        "Packets Per Second (actual Min and Max range depends on platform)";4234                        "Packets Per Second (actual Min and Max range depends on platform)";
4240                    }4235                    }
4241                  }4236                  }
4242                  description4237                  description
4243                    "Rate in PPS";4238                    "Rate in PPS";
4244                }4239                }
4245              }4240              }
4246            }4241            }
4247          }4242          }
4248          container isis {4243          container isis {
4249            description4244            description
4250              "ISIS ";4245              "ISIS ";
4251            container known {4246            container known {
4252              description4247              description
4253                "Known ";4248                "Known ";
4254              leaf rate {4249              leaf rate {
4255                type uint32 {4250                type uint32 {
4256                  range "0..4294967295" {4251                  range "0..4294967295" {
4257                    description4252                    description
4258                      "Packets Per Second (actual Min and Max range depends on platform)";4253                      "Packets Per Second (actual Min and Max range depends on platform)";
4259                  }4254                  }
4260                }4255                }
4261                description4256                description
4262                  "Rate in PPS";4257                  "Rate in PPS";
4263              }4258              }
4264            }4259            }
4265            container default {4260            container default {
4266              description4261              description
4267                "Default ";4262                "Default ";
4268              leaf rate {4263              leaf rate {
4269                type uint32 {4264                type uint32 {
4270                  range "0..4294967295" {4265                  range "0..4294967295" {
4271                    description4266                    description
4272                      "Packets Per Second (actual Min and Max range depends on platform)";4267                      "Packets Per Second (actual Min and Max range depends on platform)";
4273                  }4268                  }
4274                }4269                }
4275                description4270                description
4276                  "Rate in PPS";4271                  "Rate in PPS";
4277              }4272              }
4278            }4273            }
4279          }4274          }
4280          container bfd {4275          container bfd {
4281            description4276            description
4282              "BFD ";4277              "BFD ";
4283            container known {4278            container known {
4284              description4279              description
4285                "Known ";4280                "Known ";
4286              leaf rate {4281              leaf rate {
4287                type uint32 {4282                type uint32 {
4288                  range "0..4294967295" {4283                  range "0..4294967295" {
4289                    description4284                    description
4290                      "Packets Per Second (actual Min and Max range depends on platform)";4285                      "Packets Per Second (actual Min and Max range depends on platform)";
4291                  }4286                  }
4292                }4287                }
4293                description4288                description
4294                  "Rate in PPS";4289                  "Rate in PPS";
4295              }4290              }
4296            }4291            }
4297            container default {4292            container default {
4298              description4293              description
4299                "Default ";4294                "Default ";
4300              leaf rate {4295              leaf rate {
4301                type uint32 {4296                type uint32 {
4302                  range "0..4294967295" {4297                  range "0..4294967295" {
4303                    description4298                    description
4304                      "Packets Per Second (actual Min and Max range depends on platform)";4299                      "Packets Per Second (actual Min and Max range depends on platform)";
4305                  }4300                  }
4306                }4301                }
4307                description4302                description
4308                  "Rate in PPS";4303                  "Rate in PPS";
4309              }4304              }
4310            }4305            }
4311            container singlepath {4306            container singlepath {
4312              description4307              description
4313                "Singlepath ";4308                "Singlepath ";
4314              leaf rate {4309              leaf rate {
4315                type uint32 {4310                type uint32 {
4316                  range "0..4294967295" {4311                  range "0..4294967295" {
4317                    description4312                    description
4318                      "Packets Per Second (actual Min and Max range depends on platform)";4313                      "Packets Per Second (actual Min and Max range depends on platform)";
4319                  }4314                  }
4320                }4315                }
4321                description4316                description
4322                  "Rate in PPS";4317                  "Rate in PPS";
4323              }4318              }
4324            }4319            }
4325          }4320          }
4326          container bgp {4321          container bgp {
4327            description4322            description
4328              "BGP ";4323              "BGP ";
4329            container known {4324            container known {
4330              description4325              description
4331                "Known ";4326                "Known ";
4332              leaf rate {4327              leaf rate {
4333                type uint32 {4328                type uint32 {
4334                  range "0..4294967295" {4329                  range "0..4294967295" {
4335                    description4330                    description
4336                      "Packets Per Second (actual Min and Max range depends on platform)";4331                      "Packets Per Second (actual Min and Max range depends on platform)";
4337                  }4332                  }
4338                }4333                }
4339                description4334                description
4340                  "Rate in PPS";4335                  "Rate in PPS";
4341              }4336              }
4342            }4337            }
4343            container configured {4338            container configured {
4344              description4339              description
4345                "Configured";4340                "Configured";
4346              leaf rate {4341              leaf rate {
4347                type uint32 {4342                type uint32 {
4348                  range "0..4294967295" {4343                  range "0..4294967295" {
4349                    description4344                    description
4350                      "Packets Per Second (actual Min and Max range depends on platform)";4345                      "Packets Per Second (actual Min and Max range depends on platform)";
4351                  }4346                  }
4352                }4347                }
4353                description4348                description
4354                  "Rate in PPS";4349                  "Rate in PPS";
4355              }4350              }
4356            }4351            }
4357            container default {4352            container default {
4358              description4353              description
4359                "Default ";4354                "Default ";
4360              leaf rate {4355              leaf rate {
4361                type uint32 {4356                type uint32 {
4362                  range "0..4294967295" {4357                  range "0..4294967295" {
4363                    description4358                    description
4364                      "Packets Per Second (actual Min and Max range depends on platform)";4359                      "Packets Per Second (actual Min and Max range depends on platform)";
4365                  }4360                  }
4366                }4361                }
4367                description4362                description
4368                  "Rate in PPS";4363                  "Rate in PPS";
4369              }4364              }
4370            }4365            }
4371          }4366          }
4372          container pim {4367          container pim {
4373            description4368            description
4374              "PIM ";4369              "PIM ";
4375            container unicast {4370            container unicast {
4376              description4371              description
4377                "Unicast ";4372                "Unicast ";
4378              leaf rate {4373              leaf rate {
4379                type uint32 {4374                type uint32 {
4380                  range "0..4294967295" {4375                  range "0..4294967295" {
4381                    description4376                    description
4382                      "Packets Per Second (actual Min and Max range depends on platform)";4377                      "Packets Per Second (actual Min and Max range depends on platform)";
4383                  }4378                  }
4384                }4379                }
4385                description4380                description
4386                  "Rate in PPS";4381                  "Rate in PPS";
4387              }4382              }
4388            }4383            }
4389            container multicast {4384            container multicast {
4390              description4385              description
4391                "Multicast";4386                "Multicast";
4392              container known {4387              container known {
4393                description4388                description
4394                  "Known ";4389                  "Known ";
4395                leaf rate {4390                leaf rate {
4396                  type uint32 {4391                  type uint32 {
4397                    range "0..4294967295" {4392                    range "0..4294967295" {
4398                      description4393                      description
4399                        "Packets Per Second (actual Min and Max range depends on platform)";4394                        "Packets Per Second (actual Min and Max range depends on platform)";
4400                    }4395                    }
4401                  }4396                  }
4402                  description4397                  description
4403                    "Rate in PPS";4398                    "Rate in PPS";
4404                }4399                }
4405              }4400              }
4406              container default {4401              container default {
4407                description4402                description
4408                  "Default ";4403                  "Default ";
4409                leaf rate {4404                leaf rate {
4410                  type uint32 {4405                  type uint32 {
4411                    range "0..4294967295" {4406                    range "0..4294967295" {
4412                      description4407                      description
4413                        "Packets Per Second (actual Min and Max range depends on platform)";4408                        "Packets Per Second (actual Min and Max range depends on platform)";
4414                    }4409                    }
4415                  }4410                  }
4416                  description4411                  description
4417                    "Rate in PPS";4412                    "Rate in PPS";
4418                }4413                }
4419              }4414              }
4420            }4415            }
4421          }4416          }
4422          container igmp {4417          container igmp {
4423            description4418            description
4424              "IGMP ";4419              "IGMP ";
4425            leaf rate {4420            leaf rate {
4426              type uint32 {4421              type uint32 {
4427                range "0..4294967295" {4422                range "0..4294967295" {
4428                  description4423                  description
4429                    "Packets Per Second (actual Min and Max range depends on platform)";4424                    "Packets Per Second (actual Min and Max range depends on platform)";
4430                }4425                }
4431              }4426              }
4432              description4427              description
4433                "Rate in PPS";4428                "Rate in PPS";
4434            }4429            }
4435          }4430          }
4436          container icmp {4431          container icmp {
4437            description4432            description
4438              "ICMP ";4433              "ICMP ";
4439            container local {4434            container local {
4440              description4435              description
4441                "Local interest packets ";4436                "Local interest packets ";
4442              leaf rate {4437              leaf rate {
4443                type uint32 {4438                type uint32 {
4444                  range "0..4294967295" {4439                  range "0..4294967295" {
4445                    description4440                    description
4446                      "Packets Per Second (actual Min and Max range depends on platform)";4441                      "Packets Per Second (actual Min and Max range depends on platform)";
4447                  }4442                  }
4448                }4443                }
4449                description4444                description
4450                  "Rate in PPS";4445                  "Rate in PPS";
4451              }4446              }
4452            }4447            }
4453            container application {4448            container application {
4454              description4449              description
4455                "Specific application packets ";4450                "Specific application packets ";
4456              leaf rate {4451              leaf rate {
4457                type uint32 {4452                type uint32 {
4458                  range "0..4294967295" {4453                  range "0..4294967295" {
4459                    description4454                    description
4460                      "Packets Per Second (actual Min and Max range depends on platform)";4455                      "Packets Per Second (actual Min and Max range depends on platform)";
4461                  }4456                  }
4462                }4457                }
4463                description4458                description
4464                  "Rate in PPS";4459                  "Rate in PPS";
4465              }4460              }
4466            }4461            }
4467            container control {4462            container control {
4468              description4463              description
4469                "Control packets ";4464                "Control packets ";
4470              leaf rate {4465              leaf rate {
4471                type uint32 {4466                type uint32 {
4472                  range "0..4294967295" {4467                  range "0..4294967295" {
4473                    description4468                    description
4474                      "Packets Per Second (actual Min and Max range depends on platform)";4469                      "Packets Per Second (actual Min and Max range depends on platform)";
4475                  }4470                  }
4476                }4471                }
4477                description4472                description
4478                  "Rate in PPS";4473                  "Rate in PPS";
4479              }4474              }
4480            }4475            }
4481            container default {4476            container default {
4482              description4477              description
4483                "Default packets ";4478                "Default packets ";
4484              leaf rate {4479              leaf rate {
4485                type uint32 {4480                type uint32 {
4486                  range "0..4294967295" {4481                  range "0..4294967295" {
4487                    description4482                    description
4488                      "Packets Per Second (actual Min and Max range depends on platform)";4483                      "Packets Per Second (actual Min and Max range depends on platform)";
4489                  }4484                  }
4490                }4485                }
4491                description4486                description
4492                  "Rate in PPS";4487                  "Rate in PPS";
4493              }4488              }
4494            }4489            }
4495            container generic {4490            container generic {
4496              description4491              description
4497                "Generic application packets ";4492                "Generic application packets ";
4498              container echo-reply {4493              container echo-reply {
4499                description4494                description
4500                  "Echo-reply packets ";4495                  "Echo-reply packets ";
4501                leaf rate {4496                leaf rate {
4502                  type uint32 {4497                  type uint32 {
4503                    range "0..4294967295" {4498                    range "0..4294967295" {
4504                      description4499                      description
4505                        "Packets Per Second (actual Min and Max range depends on platform)";4500                        "Packets Per Second (actual Min and Max range depends on platform)";
4506                    }4501                    }
4507                  }4502                  }
4508                  description4503                  description
4509                    "Rate in PPS";4504                    "Rate in PPS";
4510                }4505                }
4511              }4506              }
4512            }4507            }
4513          }4508          }
4514          container all-routers {4509          container all-routers {
4515            description4510            description
4516              "All Routers";4511              "All Routers";
4517            leaf rate {4512            leaf rate {
4518              type uint32 {4513              type uint32 {
4519                range "0..4294967295" {4514                range "0..4294967295" {
4520                  description4515                  description
4521                    "Packets Per Second (actual Min and Max range depends on platform)";4516                    "Packets Per Second (actual Min and Max range depends on platform)";
4522                }4517                }
4523              }4518              }
4524              description4519              description
4525                "Rate in PPS";4520                "Rate in PPS";
4526            }4521            }
4527          }4522          }
4528          container lmp {4523          container lmp {
4529            description4524            description
4530              "LMP ";4525              "LMP ";
4531            container tcp {4526            container tcp {
4532              description4527              description
4533                "TCP ";4528                "TCP ";
4534              container known {4529              container known {
4535                description4530                description
4536                  "Known ";4531                  "Known ";
4537                leaf rate {4532                leaf rate {
4538                  type uint32 {4533                  type uint32 {
4539                    range "0..4294967295" {4534                    range "0..4294967295" {
4540                      description4535                      description
4541                        "Packets Per Second (actual Min and Max range depends on platform)";4536                        "Packets Per Second (actual Min and Max range depends on platform)";
4542                    }4537                    }
4543                  }4538                  }
4544                  description4539                  description
4545                    "Rate in PPS";4540                    "Rate in PPS";
4546                }4541                }
4547              }4542              }
4548              container configured {4543              container configured {
4549                description4544                description
4550                  "Configured";4545                  "Configured";
4551                leaf rate {4546                leaf rate {
4552                  type uint32 {4547                  type uint32 {
4553                    range "0..4294967295" {4548                    range "0..4294967295" {
4554                      description4549                      description
4555                        "Packets Per Second (actual Min and Max range depends on platform)";4550                        "Packets Per Second (actual Min and Max range depends on platform)";
4556                    }4551                    }
4557                  }4552                  }
4558                  description4553                  description
4559                    "Rate in PPS";4554                    "Rate in PPS";
4560                }4555                }
4561              }4556              }
4562              container default {4557              container default {
4563                description4558                description
4564                  "Default ";4559                  "Default ";
4565                leaf rate {4560                leaf rate {
4566                  type uint32 {4561                  type uint32 {
4567                    range "0..4294967295" {4562                    range "0..4294967295" {
4568                      description4563                      description
4569                        "Packets Per Second (actual Min and Max range depends on platform)";4564                        "Packets Per Second (actual Min and Max range depends on platform)";
4570                    }4565                    }
4571                  }4566                  }
4572                  description4567                  description
4573                    "Rate in PPS";4568                    "Rate in PPS";
4574                }4569                }
4575              }4570              }
4576            }4571            }
4577            container udp {4572            container udp {
4578              description4573              description
4579                "UDP ";4574                "UDP ";
4580              leaf rate {4575              leaf rate {
4581                type uint32 {4576                type uint32 {
4582                  range "0..4294967295" {4577                  range "0..4294967295" {
4583                    description4578                    description
4584                      "Packets Per Second (actual Min and Max range depends on platform)";4579                      "Packets Per Second (actual Min and Max range depends on platform)";
4585                  }4580                  }
4586                }4581                }
4587                description4582                description
4588                  "Rate in PPS";4583                  "Rate in PPS";
4589              }4584              }
4590            }4585            }
4591          }4586          }
4592          container rsvp {4587          container rsvp {
4593            description4588            description
4594              "RSVP ";4589              "RSVP ";
4595            container default {4590            container default {
4596              description4591              description
4597                "RSVP Default ";4592                "RSVP Default ";
4598              leaf rate {4593              leaf rate {
4599                type uint32 {4594                type uint32 {
4600                  range "0..4294967295" {4595                  range "0..4294967295" {
4601                    description4596                    description
4602                      "Packets Per Second (actual Min and Max range depends on platform)";4597                      "Packets Per Second (actual Min and Max range depends on platform)";
4603                  }4598                  }
4604                }4599                }
4605                description4600                description
4606                  "Rate in PPS";4601                  "Rate in PPS";
4607              }4602              }
4608            }4603            }
4609            container known {4604            container known {
4610              description4605              description
4611                "RSVP Known ";4606                "RSVP Known ";
4612              leaf rate {4607              leaf rate {
4613                type uint32 {4608                type uint32 {
4614                  range "0..4294967295" {4609                  range "0..4294967295" {
4615                    description4610                    description
4616                      "Packets Per Second (actual Min and Max range depends on platform)";4611                      "Packets Per Second (actual Min and Max range depends on platform)";
4617                  }4612                  }
4618                }4613                }
4619                description4614                description
4620                  "Rate in PPS";4615                  "Rate in PPS";
4621              }4616              }
4622            }4617            }
4623            container udp {4618            container udp {
4624              description4619              description
4625                "UDP";4620                "UDP";
4626              leaf rate {4621              leaf rate {
4627                type uint32 {4622                type uint32 {
4628                  range "0..4294967295" {4623                  range "0..4294967295" {
4629                    description4624                    description
4630                      "Packets Per Second (actual Min and Max range depends on platform)";4625                      "Packets Per Second (actual Min and Max range depends on platform)";
4631                  }4626                  }
4632                }4627                }
4633                description4628                description
4634                  "Rate in PPS";4629                  "Rate in PPS";
4635              }4630              }
4636            }4631            }
4637          }4632          }
4638          container ike {4633          container ike {
4639            description4634            description
4640              "IKE ";4635              "IKE ";
4641            leaf rate {4636            leaf rate {
4642              type uint32 {4637              type uint32 {
4643                range "0..4294967295" {4638                range "0..4294967295" {
4644                  description4639                  description
4645                    "Packets Per Second (actual Min and Max range depends on platform)";4640                    "Packets Per Second (actual Min and Max range depends on platform)";
4646                }4641                }
4647              }4642              }
4648              description4643              description
4649                "Rate in PPS";4644                "Rate in PPS";
4650            }4645            }
4651          }4646          }
4652          container ipsec {4647          container ipsec {
4653            description4648            description
4654              "IPSEC ";4649              "IPSEC ";
4655            container known {4650            container known {
4656              description4651              description
4657                "Known ";4652                "Known ";
4658              leaf rate {4653              leaf rate {
4659                type uint32 {4654                type uint32 {
4660                  range "0..4294967295" {4655                  range "0..4294967295" {
4661                    description4656                    description
4662                      "Packets Per Second (actual Min and Max range depends on platform)";4657                      "Packets Per Second (actual Min and Max range depends on platform)";
4663                  }4658                  }
4664                }4659                }
4665                description4660                description
4666                  "Rate in PPS";4661                  "Rate in PPS";
4667              }4662              }
4668            }4663            }
4669            container default {4664            container default {
4670              description4665              description
4671                "Default ";4666                "Default ";
4672              leaf rate {4667              leaf rate {
4673                type uint32 {4668                type uint32 {
4674                  range "0..4294967295" {4669                  range "0..4294967295" {
4675                    description4670                    description
4676                      "Packets Per Second (actual Min and Max range depends on platform)";4671                      "Packets Per Second (actual Min and Max range depends on platform)";
4677                  }4672                  }
4678                }4673                }
4679                description4674                description
4680                  "Rate in PPS";4675                  "Rate in PPS";
4681              }4676              }
4682            }4677            }
4683          }4678          }
4684          container msdp {4679          container msdp {
4685            description4680            description
4686              "MSDP ";4681              "MSDP ";
4687            container known {4682            container known {
4688              description4683              description
4689                "Known ";4684                "Known ";
4690              leaf rate {4685              leaf rate {
4691                type uint32 {4686                type uint32 {
4692                  range "0..4294967295" {4687                  range "0..4294967295" {
4693                    description4688                    description
4694                      "Packets Per Second (actual Min and Max range depends on platform)";4689                      "Packets Per Second (actual Min and Max range depends on platform)";
4695                  }4690                  }
4696                }4691                }
4697                description4692                description
4698                  "Rate in PPS";4693                  "Rate in PPS";
4699              }4694              }
4700            }4695            }
4701            container configured {4696            container configured {
4702              description4697              description
4703                "Configured";4698                "Configured";
4704              leaf rate {4699              leaf rate {
4705                type uint32 {4700                type uint32 {
4706                  range "0..4294967295" {4701                  range "0..4294967295" {
4707                    description4702                    description
4708                      "Packets Per Second (actual Min and Max range depends on platform)";4703                      "Packets Per Second (actual Min and Max range depends on platform)";
4709                  }4704                  }
4710                }4705                }
4711                description4706                description
4712                  "Rate in PPS";4707                  "Rate in PPS";
4713              }4708              }
4714            }4709            }
4715            container default {4710            container default {
4716              description4711              description
4717                "Default";4712                "Default";
4718              leaf rate {4713              leaf rate {
4719                type uint32 {4714                type uint32 {
4720                  range "0..4294967295" {4715                  range "0..4294967295" {
4721                    description4716                    description
4722                      "Packets Per Second (actual Min and Max range depends on platform)";4717                      "Packets Per Second (actual Min and Max range depends on platform)";
4723                  }4718                  }
4724                }4719                }
4725                description4720                description
4726                  "Rate in PPS";4721                  "Rate in PPS";
4727              }4722              }
4728            }4723            }
4729          }4724          }
4730          container snmp {4725          container snmp {
4731            description4726            description
4732              "SNMP ";4727              "SNMP ";
4733            leaf rate {4728            leaf rate {
4734              type uint32 {4729              type uint32 {
4735                range "0..4294967295" {4730                range "0..4294967295" {
4736                  description4731                  description
4737                    "Packets Per Second (actual Min and Max range depends on platform)";4732                    "Packets Per Second (actual Min and Max range depends on platform)";
4738                }4733                }
4739              }4734              }
4740              description4735              description
4741                "Rate in PPS";4736                "Rate in PPS";
4742            }4737            }
4743          }4738          }
4744          container ssh {4739          container ssh {
4745            description4740            description
4746              "SSH ";4741              "SSH ";
4747            container known {4742            container known {
4748              description4743              description
4749                "Known ";4744                "Known ";
4750              leaf rate {4745              leaf rate {
4751                type uint32 {4746                type uint32 {
4752                  range "0..4294967295" {4747                  range "0..4294967295" {
4753                    description4748                    description
4754                      "Packets Per Second (actual Min and Max range depends on platform)";4749                      "Packets Per Second (actual Min and Max range depends on platform)";
4755                  }4750                  }
4756                }4751                }
4757                description4752                description
4758                  "Rate in PPS";4753                  "Rate in PPS";
4759              }4754              }
4760            }4755            }
4761            container default {4756            container default {
4762              description4757              description
4763                "Default ";4758                "Default ";
4764              leaf rate {4759              leaf rate {
4765                type uint32 {4760                type uint32 {
4766                  range "0..4294967295" {4761                  range "0..4294967295" {
4767                    description4762                    description
4768                      "Packets Per Second (actual Min and Max range depends on platform)";4763                      "Packets Per Second (actual Min and Max range depends on platform)";
4769                  }4764                  }
4770                }4765                }
4771                description4766                description
4772                  "Rate in PPS";4767                  "Rate in PPS";
4773              }4768              }
4774            }4769            }
4775          }4770          }
4776          container http {4771          container http {
4777            description4772            description
4778              "HTTP ";4773              "HTTP ";
4779            container known {4774            container known {
4780              description4775              description
4781                "Known ";4776                "Known ";
4782              leaf rate {4777              leaf rate {
4783                type uint32 {4778                type uint32 {
4784                  range "0..4294967295" {4779                  range "0..4294967295" {
4785                    description4780                    description
4786                      "Packets Per Second (actual Min and Max range depends on platform)";4781                      "Packets Per Second (actual Min and Max range depends on platform)";
4787                  }4782                  }
4788                }4783                }
4789                description4784                description
4790                  "Rate in PPS";4785                  "Rate in PPS";
4791              }4786              }
4792            }4787            }
4793            container default {4788            container default {
4794              description4789              description
4795                "Default ";4790                "Default ";
4796              leaf rate {4791              leaf rate {
4797                type uint32 {4792                type uint32 {
4798                  range "0..4294967295" {4793                  range "0..4294967295" {
4799                    description4794                    description
4800                      "Packets Per Second (actual Min and Max range depends on platform)";4795                      "Packets Per Second (actual Min and Max range depends on platform)";
4801                  }4796                  }
4802                }4797                }
4803                description4798                description
4804                  "Rate in PPS";4799                  "Rate in PPS";
4805              }4800              }
4806            }4801            }
4807          }4802          }
4808          container shttp {4803          container shttp {
4809            description4804            description
4810              "SHTTP ";4805              "SHTTP ";
4811            container known {4806            container known {
4812              description4807              description
4813                "Known ";4808                "Known ";
4814              leaf rate {4809              leaf rate {
4815                type uint32 {4810                type uint32 {
4816                  range "0..4294967295" {4811                  range "0..4294967295" {
4817                    description4812                    description
4818                      "Packets Per Second (actual Min and Max range depends on platform)";4813                      "Packets Per Second (actual Min and Max range depends on platform)";
4819                  }4814                  }
4820                }4815                }
4821                description4816                description
4822                  "Rate in PPS";4817                  "Rate in PPS";
4823              }4818              }
4824            }4819            }
4825            container default {4820            container default {
4826              description4821              description
4827                "Default ";4822                "Default ";
4828              leaf rate {4823              leaf rate {
4829                type uint32 {4824                type uint32 {
4830                  range "0..4294967295" {4825                  range "0..4294967295" {
4831                    description4826                    description
4832                      "Packets Per Second (actual Min and Max range depends on platform)";4827                      "Packets Per Second (actual Min and Max range depends on platform)";
4833                  }4828                  }
4834                }4829                }
4835                description4830                description
4836                  "Rate in PPS";4831                  "Rate in PPS";
4837              }4832              }
4838            }4833            }
4839          }4834          }
4840          container telnet {4835          container telnet {
4841            description4836            description
4842              "TELNET ";4837              "TELNET ";
4843            container known {4838            container known {
4844              description4839              description
4845                "Known ";4840                "Known ";
4846              leaf rate {4841              leaf rate {
4847                type uint32 {4842                type uint32 {
4848                  range "0..4294967295" {4843                  range "0..4294967295" {
4849                    description4844                    description
4850                      "Packets Per Second (actual Min and Max range depends on platform)";4845                      "Packets Per Second (actual Min and Max range depends on platform)";
4851                  }4846                  }
4852                }4847                }
4853                description4848                description
4854                  "Rate in PPS";4849                  "Rate in PPS";
4855              }4850              }
4856            }4851            }
4857            container default {4852            container default {
4858              description4853              description
4859                "Default ";4854                "Default ";
4860              leaf rate {4855              leaf rate {
4861                type uint32 {4856                type uint32 {
4862                  range "0..4294967295" {4857                  range "0..4294967295" {
4863                    description4858                    description
4864                      "Packets Per Second (actual Min and Max range depends on platform)";4859                      "Packets Per Second (actual Min and Max range depends on platform)";
4865                  }4860                  }
4866                }4861                }
4867                description4862                description
4868                  "Rate in PPS";4863                  "Rate in PPS";
4869              }4864              }
4870            }4865            }
4871          }4866          }
4872          container css {4867          container css {
4873            description4868            description
4874              "CSS ";4869              "CSS ";
4875            container known {4870            container known {
4876              description4871              description
4877                "Known ";4872                "Known ";
4878              leaf rate {4873              leaf rate {
4879                type uint32 {4874                type uint32 {
4880                  range "0..4294967295" {4875                  range "0..4294967295" {
4881                    description4876                    description
4882                      "Packets Per Second (actual Min and Max range depends on platform)";4877                      "Packets Per Second (actual Min and Max range depends on platform)";
4883                  }4878                  }
4884                }4879                }
4885                description4880                description
4886                  "Rate in PPS";4881                  "Rate in PPS";
4887              }4882              }
4888            }4883            }
4889            container default {4884            container default {
4890              description4885              description
4891                "Default ";4886                "Default ";
4892              leaf rate {4887              leaf rate {
4893                type uint32 {4888                type uint32 {
4894                  range "0..4294967295" {4889                  range "0..4294967295" {
4895                    description4890                    description
4896                      "Packets Per Second (actual Min and Max range depends on platform)";4891                      "Packets Per Second (actual Min and Max range depends on platform)";
4897                  }4892                  }
4898                }4893                }
4899                description4894                description
4900                  "Rate in PPS";4895                  "Rate in PPS";
4901              }4896              }
4902            }4897            }
4903          }4898          }
4904          container rsh {4899          container rsh {
4905            description4900            description
4906              "RSH ";4901              "RSH ";
4907            container known {4902            container known {
4908              description4903              description
4909                "Known ";4904                "Known ";
4910              leaf rate {4905              leaf rate {
4911                type uint32 {4906                type uint32 {
4912                  range "0..4294967295" {4907                  range "0..4294967295" {
4913                    description4908                    description
4914                      "Packets Per Second (actual Min and Max range depends on platform)";4909                      "Packets Per Second (actual Min and Max range depends on platform)";
4915                  }4910                  }
4916                }4911                }
4917                description4912                description
4918                  "Rate in PPS";4913                  "Rate in PPS";
4919              }4914              }
4920            }4915            }
4921            container default {4916            container default {
4922              description4917              description
4923                "Default ";4918                "Default ";
4924              leaf rate {4919              leaf rate {
4925                type uint32 {4920                type uint32 {
4926                  range "0..4294967295" {4921                  range "0..4294967295" {
4927                    description4922                    description
4928                      "Packets Per Second (actual Min and Max range depends on platform)";4923                      "Packets Per Second (actual Min and Max range depends on platform)";
4929                  }4924                  }
4930                }4925                }
4931                description4926                description
4932                  "Rate in PPS";4927                  "Rate in PPS";
4933              }4928              }
4934            }4929            }
4935          }4930          }
4936          container udp {4931          container udp {
4937            description4932            description
4938              "UDP ";4933              "UDP ";
4939            container known {4934            container known {
4940              description4935              description
4941                "Known ";4936                "Known ";
4942              leaf rate {4937              leaf rate {
4943                type uint32 {4938                type uint32 {
4944                  range "0..4294967295" {4939                  range "0..4294967295" {
4945                    description4940                    description
4946                      "Packets Per Second (actual Min and Max range depends on platform)";4941                      "Packets Per Second (actual Min and Max range depends on platform)";
4947                  }4942                  }
4948                }4943                }
4949                description4944                description
4950                  "Rate in PPS";4945                  "Rate in PPS";
4951              }4946              }
4952            }4947            }
4953            container listen {4948            container listen {
4954              description4949              description
4955                "Listen ";4950                "Listen ";
4956              leaf rate {4951              leaf rate {
4957                type uint32 {4952                type uint32 {
4958                  range "0..4294967295" {4953                  range "0..4294967295" {
4959                    description4954                    description
4960                      "Packets Per Second (actual Min and Max range depends on platform)";4955                      "Packets Per Second (actual Min and Max range depends on platform)";
4961                  }4956                  }
4962                }4957                }
4963                description4958                description
4964                  "Rate in PPS";4959                  "Rate in PPS";
4965              }4960              }
4966            }4961            }
4967            container configured {4962            container configured {
4968              description4963              description
4969                "Config peer ";4964                "Config peer ";
4970              leaf rate {4965              leaf rate {
4971                type uint32 {4966                type uint32 {
4972                  range "0..4294967295" {4967                  range "0..4294967295" {
4973                    description4968                    description
4974                      "Packets Per Second (actual Min and Max range depends on platform)";4969                      "Packets Per Second (actual Min and Max range depends on platform)";
4975                  }4970                  }
4976                }4971                }
4977                description4972                description
4978                  "Rate in PPS";4973                  "Rate in PPS";
4979              }4974              }
4980            }4975            }
4981            container default {4976            container default {
4982              description4977              description
4983                "Default ";4978                "Default ";
4984              leaf rate {4979              leaf rate {
4985                type uint32 {4980                type uint32 {
4986                  range "0..4294967295" {4981                  range "0..4294967295" {
4987                    description4982                    description
4988                      "Packets Per Second (actual Min and Max range depends on platform)";4983                      "Packets Per Second (actual Min and Max range depends on platform)";
4989                  }4984                  }
4990                }4985                }
4991                description4986                description
4992                  "Rate in PPS";4987                  "Rate in PPS";
4993              }4988              }
4994            }4989            }
4995          }4990          }
4996          container tcp {4991          container tcp {
4997            description4992            description
4998              "TCP ";4993              "TCP ";
4999            container known {4994            container known {
5000              description4995              description
5001                "Known ";4996                "Known ";
5002              leaf rate {4997              leaf rate {
5003                type uint32 {4998                type uint32 {
5004                  range "0..4294967295" {4999                  range "0..4294967295" {
5005                    description5000                    description
5006                      "Packets Per Second (actual Min and Max range depends on platform)";5001                      "Packets Per Second (actual Min and Max range depends on platform)";
5007                  }5002                  }
5008                }5003                }
5009                description5004                description
5010                  "Rate in PPS";5005                  "Rate in PPS";
5011              }5006              }
5012            }5007            }
5013            container listen {5008            container listen {
5014              description5009              description
5015                "Listen ";5010                "Listen ";
5016              leaf rate {5011              leaf rate {
5017                type uint32 {5012                type uint32 {
5018                  range "0..4294967295" {5013                  range "0..4294967295" {
5019                    description5014                    description
5020                      "Packets Per Second (actual Min and Max range depends on platform)";5015                      "Packets Per Second (actual Min and Max range depends on platform)";
5021                  }5016                  }
5022                }5017                }
5023                description5018                description
5024                  "Rate in PPS";5019                  "Rate in PPS";
5025              }5020              }
5026            }5021            }
5027            container configured {5022            container configured {
5028              description5023              description
5029                "Configured ";5024                "Configured ";
5030              leaf rate {5025              leaf rate {
5031                type uint32 {5026                type uint32 {
5032                  range "0..4294967295" {5027                  range "0..4294967295" {
5033                    description5028                    description
5034                      "Packets Per Second (actual Min and Max range depends on platform)";5029                      "Packets Per Second (actual Min and Max range depends on platform)";
5035                  }5030                  }
5036                }5031                }
5037                description5032                description
5038                  "Rate in PPS";5033                  "Rate in PPS";
5039              }5034              }
5040            }5035            }
5041            container default {5036            container default {
5042              description5037              description
5043                "Default ";5038                "Default ";
5044              leaf rate {5039              leaf rate {
5045                type uint32 {5040                type uint32 {
5046                  range "0..4294967295" {5041                  range "0..4294967295" {
5047                    description5042                    description
5048                      "Packets Per Second (actual Min and Max range depends on platform)";5043                      "Packets Per Second (actual Min and Max range depends on platform)";
5049                  }5044                  }
5050                }5045                }
5051                description5046                description
5052                  "Rate in PPS";5047                  "Rate in PPS";
5053              }5048              }
5054            }5049            }
5055          }5050          }
5056          container multicast {5051          container multicast {
5057            description5052            description
5058              "Multicast ";5053              "Multicast ";
5059            container known {5054            container known {
5060              description5055              description
5061                "Known ";5056                "Known ";
5062              leaf rate {5057              leaf rate {
5063                type uint32 {5058                type uint32 {
5064                  range "0..4294967295" {5059                  range "0..4294967295" {
5065                    description5060                    description
5066                      "Packets Per Second (actual Min and Max range depends on platform)";5061                      "Packets Per Second (actual Min and Max range depends on platform)";
5067                  }5062                  }
5068                }5063                }
5069                description5064                description
5070                  "Rate in PPS";5065                  "Rate in PPS";
5071              }5066              }
5072            }5067            }
5073            container default {5068            container default {
5074              description5069              description
5075                "Default ";5070                "Default ";
5076              leaf rate {5071              leaf rate {
5077                type uint32 {5072                type uint32 {
5078                  range "0..4294967295" {5073                  range "0..4294967295" {
5079                    description5074                    description
5080                      "Packets Per Second (actual Min and Max range depends on platform)";5075                      "Packets Per Second (actual Min and Max range depends on platform)";
5081                  }5076                  }
5082                }5077                }
5083                description5078                description
5084                  "Rate in PPS";5079                  "Rate in PPS";
5085              }5080              }
5086            }5081            }
5087          }5082          }
5088          container raw {5083          container raw {
5089            description5084            description
5090              "Raw ";5085              "Raw ";
5091            container listen {5086            container listen {
5092              description5087              description
5093                "Listen ";5088                "Listen ";
5094              leaf rate {5089              leaf rate {
5095                type uint32 {5090                type uint32 {
5096                  range "0..4294967295" {5091                  range "0..4294967295" {
5097                    description5092                    description
5098                      "Packets Per Second (actual Min and Max range depends on platform)";5093                      "Packets Per Second (actual Min and Max range depends on platform)";
5099                  }5094                  }
5100                }5095                }
5101                description5096                description
5102                  "Rate in PPS";5097                  "Rate in PPS";
5103              }5098              }
5104            }5099            }
5105            container default {5100            container default {
5106              description5101              description
5107                "Default ";5102                "Default ";
5108              leaf rate {5103              leaf rate {
5109                type uint32 {5104                type uint32 {
5110                  range "0..4294967295" {5105                  range "0..4294967295" {
5111                    description5106                    description
5112                      "Packets Per Second (actual Min and Max range depends on platform)";5107                      "Packets Per Second (actual Min and Max range depends on platform)";
5113                  }5108                  }
5114                }5109                }
5115                description5110                description
5116                  "Rate in PPS";5111                  "Rate in PPS";
5117              }5112              }
5118            }5113            }
5119          }5114          }
5120          container ip-sla {5115          container ip-sla {
5121            description5116            description
5122              "IP-SLA ";5117              "IP-SLA ";
5123            leaf rate {5118            leaf rate {
5124              type uint32 {5119              type uint32 {
5125                range "0..4294967295" {5120                range "0..4294967295" {
5126                  description5121                  description
5127                    "Packets Per Second (actual Min and Max range depends on platform)";5122                    "Packets Per Second (actual Min and Max range depends on platform)";
5128                }5123                }
5129              }5124              }
5130              description5125              description
5131                "Rate in PPS";5126                "Rate in PPS";
5132            }5127            }
5133          }5128          }
5134          container eigrp {5129          container eigrp {
5135            description5130            description
5136              "EIGRP ";5131              "EIGRP ";
5137            leaf rate {5132            leaf rate {
5138              type uint32 {5133              type uint32 {
5139                range "0..4294967295" {5134                range "0..4294967295" {
5140                  description5135                  description
5141                    "Packets Per Second (actual Min and Max range depends on platform)";5136                    "Packets Per Second (actual Min and Max range depends on platform)";
5142                }5137                }
5143              }5138              }
5144              description5139              description
5145                "Rate in PPS";5140                "Rate in PPS";
5146            }5141            }
5147          }5142          }
5148          container rip {5143          container rip {
5149            description5144            description
5150              "RIP ";5145              "RIP ";
5151            leaf rate {5146            leaf rate {
5152              type uint32 {5147              type uint32 {
5153                range "0..4294967295" {5148                range "0..4294967295" {
5154                  description5149                  description
5155                    "Packets Per Second (actual Min and Max range depends on platform)";5150                    "Packets Per Second (actual Min and Max range depends on platform)";
5156                }5151                }
5157              }5152              }
5158              description5153              description
5159                "Rate in PPS";5154                "Rate in PPS";
5160            }5155            }
5161          }5156          }
5162          container l2tpv3 {5157          container l2tpv3 {
5163            description5158            description
5164              "L2TPv3 ";5159              "L2TPv3 ";
5165            leaf rate {5160            leaf rate {
5166              type uint32 {5161              type uint32 {
5167                range "0..4294967295" {5162                range "0..4294967295" {
5168                  description5163                  description
5169                    "Packets Per Second (actual Min and Max range depends on platform)";5164                    "Packets Per Second (actual Min and Max range depends on platform)";
5170                }5165                }
5171              }5166              }
5172              description5167              description
5173                "Rate in PPS";5168                "Rate in PPS";
5174            }5169            }
5175          }5170          }
5176          container pcep {5171          container pcep {
5177            description5172            description
5178              "PCEP ";5173              "PCEP ";
5179            leaf rate {5174            leaf rate {
5180              type uint32 {5175              type uint32 {
5181                range "0..4294967295" {5176                range "0..4294967295" {
5182                  description5177                  description
5183                    "Packets Per Second (actual Min and Max range depends on platform)";5178                    "Packets Per Second (actual Min and Max range depends on platform)";
5184                }5179                }
5185              }5180              }
5186              description5181              description
5187                "Rate in PPS";5182                "Rate in PPS";
5188            }5183            }
5189          }5184          }
5190          container gre {5185          container gre {
5191            description5186            description
5192              "GRE ";5187              "GRE ";
5193            leaf rate {5188            leaf rate {
5194              type uint32 {5189              type uint32 {
5195                range "0..4294967295" {5190                range "0..4294967295" {
5196                  description5191                  description
5197                    "Packets Per Second (actual Min and Max range depends on platform)";5192                    "Packets Per Second (actual Min and Max range depends on platform)";
5198                }5193                }
5199              }5194              }
5200              description5195              description
5201                "Rate in PPS";5196                "Rate in PPS";
5202            }5197            }
5203          }5198          }
5204          container vrrp {5199          container vrrp {
5205            description5200            description
5206              "VRRP ";5201              "VRRP ";
5207            leaf rate {5202            leaf rate {
5208              type uint32 {5203              type uint32 {
5209                range "0..4294967295" {5204                range "0..4294967295" {
5210                  description5205                  description
5211                    "Packets Per Second (actual Min and Max range depends on platform)";5206                    "Packets Per Second (actual Min and Max range depends on platform)";
5212                }5207                }
5213              }5208              }
5214              description5209              description
5215                "Rate in PPS";5210                "Rate in PPS";
5216            }5211            }
5217          }5212          }
5218          container hsrp {5213          container hsrp {
5219            description5214            description
5220              "HSRP ";5215              "HSRP ";
5221            leaf rate {5216            leaf rate {
5222              type uint32 {5217              type uint32 {
5223                range "0..4294967295" {5218                range "0..4294967295" {
5224                  description5219                  description
5225                    "Packets Per Second (actual Min and Max range depends on platform)";5220                    "Packets Per Second (actual Min and Max range depends on platform)";
5226                }5221                }
5227              }5222              }
5228              description5223              description
5229                "Rate in PPS";5224                "Rate in PPS";
5230            }5225            }
5231          }5226          }
5232          container mpls {5227          container mpls {
5233            description5228            description
5234              "MPLS ";5229              "MPLS ";
5235            container oam {5230            container oam {
5236              description5231              description
5237                "Oam ";5232                "Oam ";
5238              leaf rate {5233              leaf rate {
5239                type uint32 {5234                type uint32 {
5240                  range "0..4294967295" {5235                  range "0..4294967295" {
5241                    description5236                    description
5242                      "Packets Per Second (actual Min and Max range depends on platform)";5237                      "Packets Per Second (actual Min and Max range depends on platform)";
5243                  }5238                  }
5244                }5239                }
5245                description5240                description
5246                  "Rate in PPS";5241                  "Rate in PPS";
5247              }5242              }
5248            }5243            }
5249          }5244          }
5250          container l2tpv2 {5245          container l2tpv2 {
5251            description5246            description
5252              "L2TPv2 ";5247              "L2TPv2 ";
5253            container default {5248            container default {
5254              description5249              description
5255                "Default ";5250                "Default ";
5256              leaf rate {5251              leaf rate {
5257                type uint32 {5252                type uint32 {
5258                  range "0..4294967295" {5253                  range "0..4294967295" {
5259                    description5254                    description
5260                      "Packets Per Second (actual Min and Max range depends on platform)";5255                      "Packets Per Second (actual Min and Max range depends on platform)";
5261                  }5256                  }
5262                }5257                }
5263                description5258                description
5264                  "Rate in PPS";5259                  "Rate in PPS";
5265              }5260              }
5266            }5261            }
5267            container known {5262            container known {
5268              description5263              description
5269                "Known ";5264                "Known ";
5270              leaf rate {5265              leaf rate {
5271                type uint32 {5266                type uint32 {
5272                  range "0..4294967295" {5267                  range "0..4294967295" {
5273                    description5268                    description
5274                      "Packets Per Second (actual Min and Max range depends on platform)";5269                      "Packets Per Second (actual Min and Max range depends on platform)";
5275                  }5270                  }
5276                }5271                }
5277                description5272                description
5278                  "Rate in PPS";5273                  "Rate in PPS";
5279              }5274              }
5280            }5275            }
5281          }5276          }
5282          container dns {5277          container dns {
5283            description5278            description
5284              "DNS ";5279              "DNS ";
5285            leaf rate {5280            leaf rate {
5286              type uint32 {5281              type uint32 {
5287                range "0..4294967295" {5282                range "0..4294967295" {
5288                  description5283                  description
5289                    "Packets Per Second (actual Min and Max range depends on platform)";5284                    "Packets Per Second (actual Min and Max range depends on platform)";
5290                }5285                }
5291              }5286              }
5292              description5287              description
5293                "Rate in PPS";5288                "Rate in PPS";
5294            }5289            }
5295          }5290          }
5296          container radius {5291          container radius {
5297            description5292            description
5298              "RADIUS ";5293              "RADIUS ";
5299            leaf rate {5294            leaf rate {
5300              type uint32 {5295              type uint32 {
5301                range "0..4294967295" {5296                range "0..4294967295" {
5302                  description5297                  description
5303                    "Packets Per Second (actual Min and Max range depends on platform)";5298                    "Packets Per Second (actual Min and Max range depends on platform)";
5304                }5299                }
5305              }5300              }
5306              description5301              description
5307                "Rate in PPS";5302                "Rate in PPS";
5308            }5303            }
5309          }5304          }
5310          container tacacs {5305          container tacacs {
5311            description5306            description
5312              "TACACS ";5307              "TACACS ";
5313            leaf rate {5308            leaf rate {
5314              type uint32 {5309              type uint32 {
5315                range "0..4294967295" {5310                range "0..4294967295" {
5316                  description5311                  description
5317                    "Packets Per Second (actual Min and Max range depends on platform)";5312                    "Packets Per Second (actual Min and Max range depends on platform)";
5318                }5313                }
5319              }5314              }
5320              description5315              description
5321                "Rate in PPS";5316                "Rate in PPS";
5322            }5317            }
5323          }5318          }
5324          container ntp {5319          container ntp {
5325            description5320            description
5326              "NTP ";5321              "NTP ";
5327            container default {5322            container default {
5328              description5323              description
5329                "Default ";5324                "Default ";
5330              leaf rate {5325              leaf rate {
5331                type uint32 {5326                type uint32 {
5332                  range "0..4294967295" {5327                  range "0..4294967295" {
5333                    description5328                    description
5334                      "Packets Per Second (actual Min and Max range depends on platform)";5329                      "Packets Per Second (actual Min and Max range depends on platform)";
5335                  }5330                  }
5336                }5331                }
5337                description5332                description
5338                  "Rate in PPS";5333                  "Rate in PPS";
5339              }5334              }
5340            }5335            }
5341            container known {5336            container known {
5342              description5337              description
5343                "Known ";5338                "Known ";
5344              leaf rate {5339              leaf rate {
5345                type uint32 {5340                type uint32 {
5346                  range "0..4294967295" {5341                  range "0..4294967295" {
5347                    description5342                    description
5348                      "Packets Per Second (actual Min and Max range depends on platform)";5343                      "Packets Per Second (actual Min and Max range depends on platform)";
5349                  }5344                  }
5350                }5345                }
5351                description5346                description
5352                  "Rate in PPS";5347                  "Rate in PPS";
5353              }5348              }
5354            }5349            }
5355          }5350          }
5356          container mipv6 {5351          container mipv6 {
5357            description5352            description
5358              "MIPv6 ";5353              "MIPv6 ";
5359            leaf rate {5354            leaf rate {
5360              type uint32 {5355              type uint32 {
5361                range "0..4294967295" {5356                range "0..4294967295" {
5362                  description5357                  description
5363                    "Packets Per Second (actual Min and Max range depends on platform)";5358                    "Packets Per Second (actual Min and Max range depends on platform)";
5364                }5359                }
5365              }5360              }
5366              description5361              description
5367                "Rate in PPS";5362                "Rate in PPS";
5368            }5363            }
5369          }5364          }
5370          container amt {5365          container amt {
5371            description5366            description
5372              "AMT ";5367              "AMT ";
5373            leaf rate {5368            leaf rate {
5374              type uint32 {5369              type uint32 {
5375                range "0..4294967295" {5370                range "0..4294967295" {
5376                  description5371                  description
5377                    "Packets Per Second (actual Min and Max range depends on platform)";5372                    "Packets Per Second (actual Min and Max range depends on platform)";
5378                }5373                }
5379              }5374              }
5380              description5375              description
5381                "Rate in PPS";5376                "Rate in PPS";
5382            }5377            }
5383          }5378          }
5384          container sdac {5379          container sdac {
5385            description5380            description
5386              "SDAC-TCP ";5381              "SDAC-TCP ";
5387            leaf rate {5382            leaf rate {
5388              type uint32 {5383              type uint32 {
5389                range "0..4294967295" {5384                range "0..4294967295" {
5390                  description5385                  description
5391                    "Packets Per Second (actual Min and Max range depends on platform)";5386                    "Packets Per Second (actual Min and Max range depends on platform)";
5392                }5387                }
5393              }5388              }
5394              description5389              description
5395                "Rate in PPS";5390                "Rate in PPS";
5396            }5391            }
5397          }5392          }
5398          container radius-coa {5393          container radius-coa {
5399            description5394            description
5400              "RADIUS COA ";5395              "RADIUS COA ";
5401            leaf rate {5396            leaf rate {
5402              type uint32 {5397              type uint32 {
5403                range "0..4294967295" {5398                range "0..4294967295" {
5404                  description5399                  description
5405                    "Packets Per Second (actual Min and Max range depends on platform)";5400                    "Packets Per Second (actual Min and Max range depends on platform)";
5406                }5401                }
5407              }5402              }
5408              description5403              description
5409                "Rate in PPS";5404                "Rate in PPS";
5410            }5405            }
5411          }5406          }
5412          container rel-udp {5407          container rel-udp {
5413            description5408            description
5414              "Syslog/netflow packets";5409              "Syslog/netflow packets";
5415            leaf rate {5410            leaf rate {
5416              type uint32 {5411              type uint32 {
5417                range "0..4294967295" {5412                range "0..4294967295" {
5418                  description5413                  description
5419                    "Packets Per Second (actual Min and Max range depends on platform)";5414                    "Packets Per Second (actual Min and Max range depends on platform)";
5420                }5415                }
5421              }5416              }
5422              description5417              description
5423                "Rate in PPS";5418                "Rate in PPS";
5424            }5419            }
5425          }5420          }
5426          container dhcpv4 {5421          container dhcpv4 {
5427            description5422            description
5428              "DHCPv4 ";5423              "DHCPv4 ";
5429            leaf rate {5424            leaf rate {
5430              type uint32 {5425              type uint32 {
5431                range "0..4294967295" {5426                range "0..4294967295" {
5432                  description5427                  description
5433                    "Packets Per Second (actual Min and Max range depends on platform)";5428                    "Packets Per Second (actual Min and Max range depends on platform)";
5434                }5429                }
5435              }5430              }
5436              description5431              description
5437                "Rate in PPS";5432                "Rate in PPS";
5438            }5433            }
5439          }5434          }
5440          container dhcpv6 {5435          container dhcpv6 {
5441            description5436            description
5442              "DHCPv6 ";5437              "DHCPv6 ";
5443            leaf rate {5438            leaf rate {
5444              type uint32 {5439              type uint32 {
5445                range "0..4294967295" {5440                range "0..4294967295" {
5446                  description5441                  description
5447                    "Packets Per Second (actual Min and Max range depends on platform)";5442                    "Packets Per Second (actual Min and Max range depends on platform)";
5448                }5443                }
5449              }5444              }
5450              description5445              description
5451                "Rate in PPS";5446                "Rate in PPS";
5452            }5447            }
5453          }5448          }
5454          container onepk {5449          container onepk {
5455            description5450            description
5456              "ONEPK ";5451              "ONEPK ";
5457            leaf rate {5452            leaf rate {
5458              type uint32 {5453              type uint32 {
5459                range "0..4294967295" {5454                range "0..4294967295" {
5460                  description5455                  description
5461                    "Packets Per Second (actual Min and Max range depends on platform)";5456                    "Packets Per Second (actual Min and Max range depends on platform)";
5462                }5457                }
5463              }5458              }
5464              description5459              description
5465                "Rate in PPS";5460                "Rate in PPS";
5466            }5461            }
5467          }5462          }
5468          container tpa {5463          container tpa {
5469            description5464            description
5470              "Third Party Applications";5465              "Third Party Applications";
5471            leaf rate {5466            leaf rate {
5472              type uint32 {5467              type uint32 {
5473                range "0..4294967295" {5468                range "0..4294967295" {
5474                  description5469                  description
5475                    "Packets Per Second (actual Min and Max range depends on platform)";5470                    "Packets Per Second (actual Min and Max range depends on platform)";
5476                }5471                }
5477              }5472              }
5478              description5473              description
5479                "Rate in PPS";5474                "Rate in PPS";
5480            }5475            }
5481          }5476          }
5482          container ietf-bob {5477          container ietf-bob {
5483            description5478            description
5484              "IETF BOB Packets";5479              "IETF BOB Packets";
5485            leaf rate {5480            leaf rate {
5486              type uint32 {5481              type uint32 {
5487                range "0..4294967295" {5482                range "0..4294967295" {
5488                  description5483                  description
5489                    "Packets Per Second (actual Min and Max range depends on platform)";5484                    "Packets Per Second (actual Min and Max range depends on platform)";
5490                }5485                }
5491              }5486              }
5492              description5487              description
5493                "Rate in PPS";5488                "Rate in PPS";
5494            }5489            }
5495          }5490          }
5496          container xipc {5491          container xipc {
5497            if-feature "pifib_xipc_throt_policer_config_check";5492            if-feature "pifib_xipc_throt_policer_config_check";
5498            description5493            description
5499              "XIPC rate limit";5494              "XIPC rate limit";
5500            leaf rate {5495            leaf rate {
5501              type uint32 {5496              type uint32 {
5502                range "0..4294967295" {5497                range "0..4294967295" {
5503                  description5498                  description
5504                    "Packets Per Second (actual Min and Max range depends on platform)";5499                    "Packets Per Second (actual Min and Max range depends on platform)";
5505                }5500                }
5506              }5501              }
5507              description5502              description
5508                "Rate in PPS";5503                "Rate in PPS";
5509            }5504            }
5510          }5505          }
5511          container pm-twamp {5506          container pm-twamp {
5512            description5507            description
5513              "PM TWAMP Packets";5508              "PM TWAMP Packets";
5514            leaf rate {5509            leaf rate {
5515              type uint32 {5510              type uint32 {
5516                range "0..4294967295" {5511                range "0..4294967295" {
5517                  description5512                  description
5518                    "Packets Per Second (actual Min and Max range depends on platform)";5513                    "Packets Per Second (actual Min and Max range depends on platform)";
5519                }5514                }
5520              }5515              }
5521              description5516              description
5522                "Rate in PPS";5517                "Rate in PPS";
5523            }5518            }
5524          }5519          }
5525        }5520        }
5526      }5521      }
5527      container np4 {5522      container np4 {
5528        description5523        description
5529          "Np number";5524          "Np number";
5530        container flow {5525        container flow {
5531          description5526          description
5532            "lpts flow type";5527            "lpts flow type";
5533          container fragment {5528          container fragment {
5534            description5529            description
5535              "Fragmented IP packets";5530              "Fragmented IP packets";
5536            leaf rate {5531            leaf rate {
5537              type uint32 {5532              type uint32 {
5538                range "0..4294967295" {5533                range "0..4294967295" {
5539                  description5534                  description
5540                    "Packets Per Second (actual Min and Max range depends on platform)";5535                    "Packets Per Second (actual Min and Max range depends on platform)";
5541                }5536                }
5542              }5537              }
5543              description5538              description
5544                "Rate in PPS";5539                "Rate in PPS";
5545            }5540            }
5546          }5541          }
5547          container ospf {5542          container ospf {
5548            description5543            description
5549              "OSPF ";5544              "OSPF ";
5550            container unicast {5545            container unicast {
5551              description5546              description
5552                "Unicast ";5547                "Unicast ";
5553              container known {5548              container known {
5554                description5549                description
5555                  "Known ";5550                  "Known ";
5556                leaf rate {5551                leaf rate {
5557                  type uint32 {5552                  type uint32 {
5558                    range "0..4294967295" {5553                    range "0..4294967295" {
5559                      description5554                      description
5560                        "Packets Per Second (actual Min and Max range depends on platform)";5555                        "Packets Per Second (actual Min and Max range depends on platform)";
5561                    }5556                    }
5562                  }5557                  }
5563                  description5558                  description
5564                    "Rate in PPS";5559                    "Rate in PPS";
5565                }5560                }
5566              }5561              }
5567              container default {5562              container default {
5568                description5563                description
5569                  "Default ";5564                  "Default ";
5570                leaf rate {5565                leaf rate {
5571                  type uint32 {5566                  type uint32 {
5572                    range "0..4294967295" {5567                    range "0..4294967295" {
5573                      description5568                      description
5574                        "Packets Per Second (actual Min and Max range depends on platform)";5569                        "Packets Per Second (actual Min and Max range depends on platform)";
5575                    }5570                    }
5576                  }5571                  }
5577                  description5572                  description
5578                    "Rate in PPS";5573                    "Rate in PPS";
5579                }5574                }
5580              }5575              }
5581            }5576            }
5582            container multicast {5577            container multicast {
5583              description5578              description
5584                "Multicast";5579                "Multicast";
5585              container known {5580              container known {
5586                description5581                description
5587                  "Known ";5582                  "Known ";
5588                leaf rate {5583                leaf rate {
5589                  type uint32 {5584                  type uint32 {
5590                    range "0..4294967295" {5585                    range "0..4294967295" {
5591                      description5586                      description
5592                        "Packets Per Second (actual Min and Max range depends on platform)";5587                        "Packets Per Second (actual Min and Max range depends on platform)";
5593                    }5588                    }
5594                  }5589                  }
5595                  description5590                  description
5596                    "Rate in PPS";5591                    "Rate in PPS";
5597                }5592                }
5598              }5593              }
5599              container default {5594              container default {
5600                description5595                description
5601                  "Default ";5596                  "Default ";
5602                leaf rate {5597                leaf rate {
5603                  type uint32 {5598                  type uint32 {
5604                    range "0..4294967295" {5599                    range "0..4294967295" {
5605                      description5600                      description
5606                        "Packets Per Second (actual Min and Max range depends on platform)";5601                        "Packets Per Second (actual Min and Max range depends on platform)";
5607                    }5602                    }
5608                  }5603                  }
5609                  description5604                  description
5610                    "Rate in PPS";5605                    "Rate in PPS";
5611                }5606                }
5612              }5607              }
5613            }5608            }
5614          }5609          }
5615          container isis {5610          container isis {
5616            description5611            description
5617              "ISIS ";5612              "ISIS ";
5618            container known {5613            container known {
5619              description5614              description
5620                "Known ";5615                "Known ";
5621              leaf rate {5616              leaf rate {
5622                type uint32 {5617                type uint32 {
5623                  range "0..4294967295" {5618                  range "0..4294967295" {
5624                    description5619                    description
5625                      "Packets Per Second (actual Min and Max range depends on platform)";5620                      "Packets Per Second (actual Min and Max range depends on platform)";
5626                  }5621                  }
5627                }5622                }
5628                description5623                description
5629                  "Rate in PPS";5624                  "Rate in PPS";
5630              }5625              }
5631            }5626            }
5632            container default {5627            container default {
5633              description5628              description
5634                "Default ";5629                "Default ";
5635              leaf rate {5630              leaf rate {
5636                type uint32 {5631                type uint32 {
5637                  range "0..4294967295" {5632                  range "0..4294967295" {
5638                    description5633                    description
5639                      "Packets Per Second (actual Min and Max range depends on platform)";5634                      "Packets Per Second (actual Min and Max range depends on platform)";
5640                  }5635                  }
5641                }5636                }
5642                description5637                description
5643                  "Rate in PPS";5638                  "Rate in PPS";
5644              }5639              }
5645            }5640            }
5646          }5641          }
5647          container bfd {5642          container bfd {
5648            description5643            description
5649              "BFD ";5644              "BFD ";
5650            container known {5645            container known {
5651              description5646              description
5652                "Known ";5647                "Known ";
5653              leaf rate {5648              leaf rate {
5654                type uint32 {5649                type uint32 {
5655                  range "0..4294967295" {5650                  range "0..4294967295" {
5656                    description5651                    description
5657                      "Packets Per Second (actual Min and Max range depends on platform)";5652                      "Packets Per Second (actual Min and Max range depends on platform)";
5658                  }5653                  }
5659                }5654                }
5660                description5655                description
5661                  "Rate in PPS";5656                  "Rate in PPS";
5662              }5657              }
5663            }5658            }
5664            container default {5659            container default {
5665              description5660              description
5666                "Default ";5661                "Default ";
5667              leaf rate {5662              leaf rate {
5668                type uint32 {5663                type uint32 {
5669                  range "0..4294967295" {5664                  range "0..4294967295" {
5670                    description5665                    description
5671                      "Packets Per Second (actual Min and Max range depends on platform)";5666                      "Packets Per Second (actual Min and Max range depends on platform)";
5672                  }5667                  }
5673                }5668                }
5674                description5669                description
5675                  "Rate in PPS";5670                  "Rate in PPS";
5676              }5671              }
5677            }5672            }
5678            container singlepath {5673            container singlepath {
5679              description5674              description
5680                "Singlepath ";5675                "Singlepath ";
5681              leaf rate {5676              leaf rate {
5682                type uint32 {5677                type uint32 {
5683                  range "0..4294967295" {5678                  range "0..4294967295" {
5684                    description5679                    description
5685                      "Packets Per Second (actual Min and Max range depends on platform)";5680                      "Packets Per Second (actual Min and Max range depends on platform)";
5686                  }5681                  }
5687                }5682                }
5688                description5683                description
5689                  "Rate in PPS";5684                  "Rate in PPS";
5690              }5685              }
5691            }5686            }
5692          }5687          }
5693          container bgp {5688          container bgp {
5694            description5689            description
5695              "BGP ";5690              "BGP ";
5696            container known {5691            container known {
5697              description5692              description
5698                "Known ";5693                "Known ";
5699              leaf rate {5694              leaf rate {
5700                type uint32 {5695                type uint32 {
5701                  range "0..4294967295" {5696                  range "0..4294967295" {
5702                    description5697                    description
5703                      "Packets Per Second (actual Min and Max range depends on platform)";5698                      "Packets Per Second (actual Min and Max range depends on platform)";
5704                  }5699                  }
5705                }5700                }
5706                description5701                description
5707                  "Rate in PPS";5702                  "Rate in PPS";
5708              }5703              }
5709            }5704            }
5710            container configured {5705            container configured {
5711              description5706              description
5712                "Configured";5707                "Configured";
5713              leaf rate {5708              leaf rate {
5714                type uint32 {5709                type uint32 {
5715                  range "0..4294967295" {5710                  range "0..4294967295" {
5716                    description5711                    description
5717                      "Packets Per Second (actual Min and Max range depends on platform)";5712                      "Packets Per Second (actual Min and Max range depends on platform)";
5718                  }5713                  }
5719                }5714                }
5720                description5715                description
5721                  "Rate in PPS";5716                  "Rate in PPS";
5722              }5717              }
5723            }5718            }
5724            container default {5719            container default {
5725              description5720              description
5726                "Default ";5721                "Default ";
5727              leaf rate {5722              leaf rate {
5728                type uint32 {5723                type uint32 {
5729                  range "0..4294967295" {5724                  range "0..4294967295" {
5730                    description5725                    description
5731                      "Packets Per Second (actual Min and Max range depends on platform)";5726                      "Packets Per Second (actual Min and Max range depends on platform)";
5732                  }5727                  }
5733                }5728                }
5734                description5729                description
5735                  "Rate in PPS";5730                  "Rate in PPS";
5736              }5731              }
5737            }5732            }
5738          }5733          }
5739          container pim {5734          container pim {
5740            description5735            description
5741              "PIM ";5736              "PIM ";
5742            container unicast {5737            container unicast {
5743              description5738              description
5744                "Unicast ";5739                "Unicast ";
5745              leaf rate {5740              leaf rate {
5746                type uint32 {5741                type uint32 {
5747                  range "0..4294967295" {5742                  range "0..4294967295" {
5748                    description5743                    description
5749                      "Packets Per Second (actual Min and Max range depends on platform)";5744                      "Packets Per Second (actual Min and Max range depends on platform)";
5750                  }5745                  }
5751                }5746                }
5752                description5747                description
5753                  "Rate in PPS";5748                  "Rate in PPS";
5754              }5749              }
5755            }5750            }
5756            container multicast {5751            container multicast {
5757              description5752              description
5758                "Multicast";5753                "Multicast";
5759              container known {5754              container known {
5760                description5755                description
5761                  "Known ";5756                  "Known ";
5762                leaf rate {5757                leaf rate {
5763                  type uint32 {5758                  type uint32 {
5764                    range "0..4294967295" {5759                    range "0..4294967295" {
5765                      description5760                      description
5766                        "Packets Per Second (actual Min and Max range depends on platform)";5761                        "Packets Per Second (actual Min and Max range depends on platform)";
5767                    }5762                    }
5768                  }5763                  }
5769                  description5764                  description
5770                    "Rate in PPS";5765                    "Rate in PPS";
5771                }5766                }
5772              }5767              }
5773              container default {5768              container default {
5774                description5769                description
5775                  "Default ";5770                  "Default ";
5776                leaf rate {5771                leaf rate {
5777                  type uint32 {5772                  type uint32 {
5778                    range "0..4294967295" {5773                    range "0..4294967295" {
5779                      description5774                      description
5780                        "Packets Per Second (actual Min and Max range depends on platform)";5775                        "Packets Per Second (actual Min and Max range depends on platform)";
5781                    }5776                    }
5782                  }5777                  }
5783                  description5778                  description
5784                    "Rate in PPS";5779                    "Rate in PPS";
5785                }5780                }
5786              }5781              }
5787            }5782            }
5788          }5783          }
5789          container igmp {5784          container igmp {
5790            description5785            description
5791              "IGMP ";5786              "IGMP ";
5792            leaf rate {5787            leaf rate {
5793              type uint32 {5788              type uint32 {
5794                range "0..4294967295" {5789                range "0..4294967295" {
5795                  description5790                  description
5796                    "Packets Per Second (actual Min and Max range depends on platform)";5791                    "Packets Per Second (actual Min and Max range depends on platform)";
5797                }5792                }
5798              }5793              }
5799              description5794              description
5800                "Rate in PPS";5795                "Rate in PPS";
5801            }5796            }
5802          }5797          }
5803          container icmp {5798          container icmp {
5804            description5799            description
5805              "ICMP ";5800              "ICMP ";
5806            container local {5801            container local {
5807              description5802              description
5808                "Local interest packets ";5803                "Local interest packets ";
5809              leaf rate {5804              leaf rate {
5810                type uint32 {5805                type uint32 {
5811                  range "0..4294967295" {5806                  range "0..4294967295" {
5812                    description5807                    description
5813                      "Packets Per Second (actual Min and Max range depends on platform)";5808                      "Packets Per Second (actual Min and Max range depends on platform)";
5814                  }5809                  }
5815                }5810                }
5816                description5811                description
5817                  "Rate in PPS";5812                  "Rate in PPS";
5818              }5813              }
5819            }5814            }
5820            container application {5815            container application {
5821              description5816              description
5822                "Specific application packets ";5817                "Specific application packets ";
5823              leaf rate {5818              leaf rate {
5824                type uint32 {5819                type uint32 {
5825                  range "0..4294967295" {5820                  range "0..4294967295" {
5826                    description5821                    description
5827                      "Packets Per Second (actual Min and Max range depends on platform)";5822                      "Packets Per Second (actual Min and Max range depends on platform)";
5828                  }5823                  }
5829                }5824                }
5830                description5825                description
5831                  "Rate in PPS";5826                  "Rate in PPS";
5832              }5827              }
5833            }5828            }
5834            container control {5829            container control {
5835              description5830              description
5836                "Control packets ";5831                "Control packets ";
5837              leaf rate {5832              leaf rate {
5838                type uint32 {5833                type uint32 {
5839                  range "0..4294967295" {5834                  range "0..4294967295" {
5840                    description5835                    description
5841                      "Packets Per Second (actual Min and Max range depends on platform)";5836                      "Packets Per Second (actual Min and Max range depends on platform)";
5842                  }5837                  }
5843                }5838                }
5844                description5839                description
5845                  "Rate in PPS";5840                  "Rate in PPS";
5846              }5841              }
5847            }5842            }
5848            container default {5843            container default {
5849              description5844              description
5850                "Default packets ";5845                "Default packets ";
5851              leaf rate {5846              leaf rate {
5852                type uint32 {5847                type uint32 {
5853                  range "0..4294967295" {5848                  range "0..4294967295" {
5854                    description5849                    description
5855                      "Packets Per Second (actual Min and Max range depends on platform)";5850                      "Packets Per Second (actual Min and Max range depends on platform)";
5856                  }5851                  }
5857                }5852                }
5858                description5853                description
5859                  "Rate in PPS";5854                  "Rate in PPS";
5860              }5855              }
5861            }5856            }
5862            container generic {5857            container generic {
5863              description5858              description
5864                "Generic application packets ";5859                "Generic application packets ";
5865              container echo-reply {5860              container echo-reply {
5866                description5861                description
5867                  "Echo-reply packets ";5862                  "Echo-reply packets ";
5868                leaf rate {5863                leaf rate {
5869                  type uint32 {5864                  type uint32 {
5870                    range "0..4294967295" {5865                    range "0..4294967295" {
5871                      description5866                      description
5872                        "Packets Per Second (actual Min and Max range depends on platform)";5867                        "Packets Per Second (actual Min and Max range depends on platform)";
5873                    }5868                    }
5874                  }5869                  }
5875                  description5870                  description
5876                    "Rate in PPS";5871                    "Rate in PPS";
5877                }5872                }
5878              }5873              }
5879            }5874            }
5880          }5875          }
5881          container all-routers {5876          container all-routers {
5882            description5877            description
5883              "All Routers";5878              "All Routers";
5884            leaf rate {5879            leaf rate {
5885              type uint32 {5880              type uint32 {
5886                range "0..4294967295" {5881                range "0..4294967295" {
5887                  description5882                  description
5888                    "Packets Per Second (actual Min and Max range depends on platform)";5883                    "Packets Per Second (actual Min and Max range depends on platform)";
5889                }5884                }
5890              }5885              }
5891              description5886              description
5892                "Rate in PPS";5887                "Rate in PPS";
5893            }5888            }
5894          }5889          }
5895          container lmp {5890          container lmp {
5896            description5891            description
5897              "LMP ";5892              "LMP ";
5898            container tcp {5893            container tcp {
5899              description5894              description
5900                "TCP ";5895                "TCP ";
5901              container known {5896              container known {
5902                description5897                description
5903                  "Known ";5898                  "Known ";
5904                leaf rate {5899                leaf rate {
5905                  type uint32 {5900                  type uint32 {
5906                    range "0..4294967295" {5901                    range "0..4294967295" {
5907                      description5902                      description
5908                        "Packets Per Second (actual Min and Max range depends on platform)";5903                        "Packets Per Second (actual Min and Max range depends on platform)";
5909                    }5904                    }
5910                  }5905                  }
5911                  description5906                  description
5912                    "Rate in PPS";5907                    "Rate in PPS";
5913                }5908                }
5914              }5909              }
5915              container configured {5910              container configured {
5916                description5911                description
5917                  "Configured";5912                  "Configured";
5918                leaf rate {5913                leaf rate {
5919                  type uint32 {5914                  type uint32 {
5920                    range "0..4294967295" {5915                    range "0..4294967295" {
5921                      description5916                      description
5922                        "Packets Per Second (actual Min and Max range depends on platform)";5917                        "Packets Per Second (actual Min and Max range depends on platform)";
5923                    }5918                    }
5924                  }5919                  }
5925                  description5920                  description
5926                    "Rate in PPS";5921                    "Rate in PPS";
5927                }5922                }
5928              }5923              }
5929              container default {5924              container default {
5930                description5925                description
5931                  "Default ";5926                  "Default ";
5932                leaf rate {5927                leaf rate {
5933                  type uint32 {5928                  type uint32 {
5934                    range "0..4294967295" {5929                    range "0..4294967295" {
5935                      description5930                      description
5936                        "Packets Per Second (actual Min and Max range depends on platform)";5931                        "Packets Per Second (actual Min and Max range depends on platform)";
5937                    }5932                    }
5938                  }5933                  }
5939                  description5934                  description
5940                    "Rate in PPS";5935                    "Rate in PPS";
5941                }5936                }
5942              }5937              }
5943            }5938            }
5944            container udp {5939            container udp {
5945              description5940              description
5946                "UDP ";5941                "UDP ";
5947              leaf rate {5942              leaf rate {
5948                type uint32 {5943                type uint32 {
5949                  range "0..4294967295" {5944                  range "0..4294967295" {
5950                    description5945                    description
5951                      "Packets Per Second (actual Min and Max range depends on platform)";5946                      "Packets Per Second (actual Min and Max range depends on platform)";
5952                  }5947                  }
5953                }5948                }
5954                description5949                description
5955                  "Rate in PPS";5950                  "Rate in PPS";
5956              }5951              }
5957            }5952            }
5958          }5953          }
5959          container rsvp {5954          container rsvp {
5960            description5955            description
5961              "RSVP ";5956              "RSVP ";
5962            container default {5957            container default {
5963              description5958              description
5964                "RSVP Default ";5959                "RSVP Default ";
5965              leaf rate {5960              leaf rate {
5966                type uint32 {5961                type uint32 {
5967                  range "0..4294967295" {5962                  range "0..4294967295" {
5968                    description5963                    description
5969                      "Packets Per Second (actual Min and Max range depends on platform)";5964                      "Packets Per Second (actual Min and Max range depends on platform)";
5970                  }5965                  }
5971                }5966                }
5972                description5967                description
5973                  "Rate in PPS";5968                  "Rate in PPS";
5974              }5969              }
5975            }5970            }
5976            container known {5971            container known {
5977              description5972              description
5978                "RSVP Known ";5973                "RSVP Known ";
5979              leaf rate {5974              leaf rate {
5980                type uint32 {5975                type uint32 {
5981                  range "0..4294967295" {5976                  range "0..4294967295" {
5982                    description5977                    description
5983                      "Packets Per Second (actual Min and Max range depends on platform)";5978                      "Packets Per Second (actual Min and Max range depends on platform)";
5984                  }5979                  }
5985                }5980                }
5986                description5981                description
5987                  "Rate in PPS";5982                  "Rate in PPS";
5988              }5983              }
5989            }5984            }
5990            container udp {5985            container udp {
5991              description5986              description
5992                "UDP";5987                "UDP";
5993              leaf rate {5988              leaf rate {
5994                type uint32 {5989                type uint32 {
5995                  range "0..4294967295" {5990                  range "0..4294967295" {
5996                    description5991                    description
5997                      "Packets Per Second (actual Min and Max range depends on platform)";5992                      "Packets Per Second (actual Min and Max range depends on platform)";
5998                  }5993                  }
5999                }5994                }
6000                description5995                description
6001                  "Rate in PPS";5996                  "Rate in PPS";
6002              }5997              }
6003            }5998            }
6004          }5999          }
6005          container ike {6000          container ike {
6006            description6001            description
6007              "IKE ";6002              "IKE ";
6008            leaf rate {6003            leaf rate {
6009              type uint32 {6004              type uint32 {
6010                range "0..4294967295" {6005                range "0..4294967295" {
6011                  description6006                  description
6012                    "Packets Per Second (actual Min and Max range depends on platform)";6007                    "Packets Per Second (actual Min and Max range depends on platform)";
6013                }6008                }
6014              }6009              }
6015              description6010              description
6016                "Rate in PPS";6011                "Rate in PPS";
6017            }6012            }
6018          }6013          }
6019          container ipsec {6014          container ipsec {
6020            description6015            description
6021              "IPSEC ";6016              "IPSEC ";
6022            container known {6017            container known {
6023              description6018              description
6024                "Known ";6019                "Known ";
6025              leaf rate {6020              leaf rate {
6026                type uint32 {6021                type uint32 {
6027                  range "0..4294967295" {6022                  range "0..4294967295" {
6028                    description6023                    description
6029                      "Packets Per Second (actual Min and Max range depends on platform)";6024                      "Packets Per Second (actual Min and Max range depends on platform)";
6030                  }6025                  }
6031                }6026                }
6032                description6027                description
6033                  "Rate in PPS";6028                  "Rate in PPS";
6034              }6029              }
6035            }6030            }
6036            container default {6031            container default {
6037              description6032              description
6038                "Default ";6033                "Default ";
6039              leaf rate {6034              leaf rate {
6040                type uint32 {6035                type uint32 {
6041                  range "0..4294967295" {6036                  range "0..4294967295" {
6042                    description6037                    description
6043                      "Packets Per Second (actual Min and Max range depends on platform)";6038                      "Packets Per Second (actual Min and Max range depends on platform)";
6044                  }6039                  }
6045                }6040                }
6046                description6041                description
6047                  "Rate in PPS";6042                  "Rate in PPS";
6048              }6043              }
6049            }6044            }
6050          }6045          }
6051          container msdp {6046          container msdp {
6052            description6047            description
6053              "MSDP ";6048              "MSDP ";
6054            container known {6049            container known {
6055              description6050              description
6056                "Known ";6051                "Known ";
6057              leaf rate {6052              leaf rate {
6058                type uint32 {6053                type uint32 {
6059                  range "0..4294967295" {6054                  range "0..4294967295" {
6060                    description6055                    description
6061                      "Packets Per Second (actual Min and Max range depends on platform)";6056                      "Packets Per Second (actual Min and Max range depends on platform)";
6062                  }6057                  }
6063                }6058                }
6064                description6059                description
6065                  "Rate in PPS";6060                  "Rate in PPS";
6066              }6061              }
6067            }6062            }
6068            container configured {6063            container configured {
6069              description6064              description
6070                "Configured";6065                "Configured";
6071              leaf rate {6066              leaf rate {
6072                type uint32 {6067                type uint32 {
6073                  range "0..4294967295" {6068                  range "0..4294967295" {
6074                    description6069                    description
6075                      "Packets Per Second (actual Min and Max range depends on platform)";6070                      "Packets Per Second (actual Min and Max range depends on platform)";
6076                  }6071                  }
6077                }6072                }
6078                description6073                description
6079                  "Rate in PPS";6074                  "Rate in PPS";
6080              }6075              }
6081            }6076            }
6082            container default {6077            container default {
6083              description6078              description
6084                "Default";6079                "Default";
6085              leaf rate {6080              leaf rate {
6086                type uint32 {6081                type uint32 {
6087                  range "0..4294967295" {6082                  range "0..4294967295" {
6088                    description6083                    description
6089                      "Packets Per Second (actual Min and Max range depends on platform)";6084                      "Packets Per Second (actual Min and Max range depends on platform)";
6090                  }6085                  }
6091                }6086                }
6092                description6087                description
6093                  "Rate in PPS";6088                  "Rate in PPS";
6094              }6089              }
6095            }6090            }
6096          }6091          }
6097          container snmp {6092          container snmp {
6098            description6093            description
6099              "SNMP ";6094              "SNMP ";
6100            leaf rate {6095            leaf rate {
6101              type uint32 {6096              type uint32 {
6102                range "0..4294967295" {6097                range "0..4294967295" {
6103                  description6098                  description
6104                    "Packets Per Second (actual Min and Max range depends on platform)";6099                    "Packets Per Second (actual Min and Max range depends on platform)";
6105                }6100                }
6106              }6101              }
6107              description6102              description
6108                "Rate in PPS";6103                "Rate in PPS";
6109            }6104            }
6110          }6105          }
6111          container ssh {6106          container ssh {
6112            description6107            description
6113              "SSH ";6108              "SSH ";
6114            container known {6109            container known {
6115              description6110              description
6116                "Known ";6111                "Known ";
6117              leaf rate {6112              leaf rate {
6118                type uint32 {6113                type uint32 {
6119                  range "0..4294967295" {6114                  range "0..4294967295" {
6120                    description6115                    description
6121                      "Packets Per Second (actual Min and Max range depends on platform)";6116                      "Packets Per Second (actual Min and Max range depends on platform)";
6122                  }6117                  }
6123                }6118                }
6124                description6119                description
6125                  "Rate in PPS";6120                  "Rate in PPS";
6126              }6121              }
6127            }6122            }
6128            container default {6123            container default {
6129              description6124              description
6130                "Default ";6125                "Default ";
6131              leaf rate {6126              leaf rate {
6132                type uint32 {6127                type uint32 {
6133                  range "0..4294967295" {6128                  range "0..4294967295" {
6134                    description6129                    description
6135                      "Packets Per Second (actual Min and Max range depends on platform)";6130                      "Packets Per Second (actual Min and Max range depends on platform)";
6136                  }6131                  }
6137                }6132                }
6138                description6133                description
6139                  "Rate in PPS";6134                  "Rate in PPS";
6140              }6135              }
6141            }6136            }
6142          }6137          }
6143          container http {6138          container http {
6144            description6139            description
6145              "HTTP ";6140              "HTTP ";
6146            container known {6141            container known {
6147              description6142              description
6148                "Known ";6143                "Known ";
6149              leaf rate {6144              leaf rate {
6150                type uint32 {6145                type uint32 {
6151                  range "0..4294967295" {6146                  range "0..4294967295" {
6152                    description6147                    description
6153                      "Packets Per Second (actual Min and Max range depends on platform)";6148                      "Packets Per Second (actual Min and Max range depends on platform)";
6154                  }6149                  }
6155                }6150                }
6156                description6151                description
6157                  "Rate in PPS";6152                  "Rate in PPS";
6158              }6153              }
6159            }6154            }
6160            container default {6155            container default {
6161              description6156              description
6162                "Default ";6157                "Default ";
6163              leaf rate {6158              leaf rate {
6164                type uint32 {6159                type uint32 {
6165                  range "0..4294967295" {6160                  range "0..4294967295" {
6166                    description6161                    description
6167                      "Packets Per Second (actual Min and Max range depends on platform)";6162                      "Packets Per Second (actual Min and Max range depends on platform)";
6168                  }6163                  }
6169                }6164                }
6170                description6165                description
6171                  "Rate in PPS";6166                  "Rate in PPS";
6172              }6167              }
6173            }6168            }
6174          }6169          }
6175          container shttp {6170          container shttp {
6176            description6171            description
6177              "SHTTP ";6172              "SHTTP ";
6178            container known {6173            container known {
6179              description6174              description
6180                "Known ";6175                "Known ";
6181              leaf rate {6176              leaf rate {
6182                type uint32 {6177                type uint32 {
6183                  range "0..4294967295" {6178                  range "0..4294967295" {
6184                    description6179                    description
6185                      "Packets Per Second (actual Min and Max range depends on platform)";6180                      "Packets Per Second (actual Min and Max range depends on platform)";
6186                  }6181                  }
6187                }6182                }
6188                description6183                description
6189                  "Rate in PPS";6184                  "Rate in PPS";
6190              }6185              }
6191            }6186            }
6192            container default {6187            container default {
6193              description6188              description
6194                "Default ";6189                "Default ";
6195              leaf rate {6190              leaf rate {
6196                type uint32 {6191                type uint32 {
6197                  range "0..4294967295" {6192                  range "0..4294967295" {
6198                    description6193                    description
6199                      "Packets Per Second (actual Min and Max range depends on platform)";6194                      "Packets Per Second (actual Min and Max range depends on platform)";
6200                  }6195                  }
6201                }6196                }
6202                description6197                description
6203                  "Rate in PPS";6198                  "Rate in PPS";
6204              }6199              }
6205            }6200            }
6206          }6201          }
6207          container telnet {6202          container telnet {
6208            description6203            description
6209              "TELNET ";6204              "TELNET ";
6210            container known {6205            container known {
6211              description6206              description
6212                "Known ";6207                "Known ";
6213              leaf rate {6208              leaf rate {
6214                type uint32 {6209                type uint32 {
6215                  range "0..4294967295" {6210                  range "0..4294967295" {
6216                    description6211                    description
6217                      "Packets Per Second (actual Min and Max range depends on platform)";6212                      "Packets Per Second (actual Min and Max range depends on platform)";
6218                  }6213                  }
6219                }6214                }
6220                description6215                description
6221                  "Rate in PPS";6216                  "Rate in PPS";
6222              }6217              }
6223            }6218            }
6224            container default {6219            container default {
6225              description6220              description
6226                "Default ";6221                "Default ";
6227              leaf rate {6222              leaf rate {
6228                type uint32 {6223                type uint32 {
6229                  range "0..4294967295" {6224                  range "0..4294967295" {
6230                    description6225                    description
6231                      "Packets Per Second (actual Min and Max range depends on platform)";6226                      "Packets Per Second (actual Min and Max range depends on platform)";
6232                  }6227                  }
6233                }6228                }
6234                description6229                description
6235                  "Rate in PPS";6230                  "Rate in PPS";
6236              }6231              }
6237            }6232            }
6238          }6233          }
6239          container css {6234          container css {
6240            description6235            description
6241              "CSS ";6236              "CSS ";
6242            container known {6237            container known {
6243              description6238              description
6244                "Known ";6239                "Known ";
6245              leaf rate {6240              leaf rate {
6246                type uint32 {6241                type uint32 {
6247                  range "0..4294967295" {6242                  range "0..4294967295" {
6248                    description6243                    description
6249                      "Packets Per Second (actual Min and Max range depends on platform)";6244                      "Packets Per Second (actual Min and Max range depends on platform)";
6250                  }6245                  }
6251                }6246                }
6252                description6247                description
6253                  "Rate in PPS";6248                  "Rate in PPS";
6254              }6249              }
6255            }6250            }
6256            container default {6251            container default {
6257              description6252              description
6258                "Default ";6253                "Default ";
6259              leaf rate {6254              leaf rate {
6260                type uint32 {6255                type uint32 {
6261                  range "0..4294967295" {6256                  range "0..4294967295" {
6262                    description6257                    description
6263                      "Packets Per Second (actual Min and Max range depends on platform)";6258                      "Packets Per Second (actual Min and Max range depends on platform)";
6264                  }6259                  }
6265                }6260                }
6266                description6261                description
6267                  "Rate in PPS";6262                  "Rate in PPS";
6268              }6263              }
6269            }6264            }
6270          }6265          }
6271          container rsh {6266          container rsh {
6272            description6267            description
6273              "RSH ";6268              "RSH ";
6274            container known {6269            container known {
6275              description6270              description
6276                "Known ";6271                "Known ";
6277              leaf rate {6272              leaf rate {
6278                type uint32 {6273                type uint32 {
6279                  range "0..4294967295" {6274                  range "0..4294967295" {
6280                    description6275                    description
6281                      "Packets Per Second (actual Min and Max range depends on platform)";6276                      "Packets Per Second (actual Min and Max range depends on platform)";
6282                  }6277                  }
6283                }6278                }
6284                description6279                description
6285                  "Rate in PPS";6280                  "Rate in PPS";
6286              }6281              }
6287            }6282            }
6288            container default {6283            container default {
6289              description6284              description
6290                "Default ";6285                "Default ";
6291              leaf rate {6286              leaf rate {
6292                type uint32 {6287                type uint32 {
6293                  range "0..4294967295" {6288                  range "0..4294967295" {
6294                    description6289                    description
6295                      "Packets Per Second (actual Min and Max range depends on platform)";6290                      "Packets Per Second (actual Min and Max range depends on platform)";
6296                  }6291                  }
6297                }6292                }
6298                description6293                description
6299                  "Rate in PPS";6294                  "Rate in PPS";
6300              }6295              }
6301            }6296            }
6302          }6297          }
6303          container udp {6298          container udp {
6304            description6299            description
6305              "UDP ";6300              "UDP ";
6306            container known {6301            container known {
6307              description6302              description
6308                "Known ";6303                "Known ";
6309              leaf rate {6304              leaf rate {
6310                type uint32 {6305                type uint32 {
6311                  range "0..4294967295" {6306                  range "0..4294967295" {
6312                    description6307                    description
6313                      "Packets Per Second (actual Min and Max range depends on platform)";6308                      "Packets Per Second (actual Min and Max range depends on platform)";
6314                  }6309                  }
6315                }6310                }
6316                description6311                description
6317                  "Rate in PPS";6312                  "Rate in PPS";
6318              }6313              }
6319            }6314            }
6320            container listen {6315            container listen {
6321              description6316              description
6322                "Listen ";6317                "Listen ";
6323              leaf rate {6318              leaf rate {
6324                type uint32 {6319                type uint32 {
6325                  range "0..4294967295" {6320                  range "0..4294967295" {
6326                    description6321                    description
6327                      "Packets Per Second (actual Min and Max range depends on platform)";6322                      "Packets Per Second (actual Min and Max range depends on platform)";
6328                  }6323                  }
6329                }6324                }
6330                description6325                description
6331                  "Rate in PPS";6326                  "Rate in PPS";
6332              }6327              }
6333            }6328            }
6334            container configured {6329            container configured {
6335              description6330              description
6336                "Config peer ";6331                "Config peer ";
6337              leaf rate {6332              leaf rate {
6338                type uint32 {6333                type uint32 {
6339                  range "0..4294967295" {6334                  range "0..4294967295" {
6340                    description6335                    description
6341                      "Packets Per Second (actual Min and Max range depends on platform)";6336                      "Packets Per Second (actual Min and Max range depends on platform)";
6342                  }6337                  }
6343                }6338                }
6344                description6339                description
6345                  "Rate in PPS";6340                  "Rate in PPS";
6346              }6341              }
6347            }6342            }
6348            container default {6343            container default {
6349              description6344              description
6350                "Default ";6345                "Default ";
6351              leaf rate {6346              leaf rate {
6352                type uint32 {6347                type uint32 {
6353                  range "0..4294967295" {6348                  range "0..4294967295" {
6354                    description6349                    description
6355                      "Packets Per Second (actual Min and Max range depends on platform)";6350                      "Packets Per Second (actual Min and Max range depends on platform)";
6356                  }6351                  }
6357                }6352                }
6358                description6353                description
6359                  "Rate in PPS";6354                  "Rate in PPS";
6360              }6355              }
6361            }6356            }
6362          }6357          }
6363          container tcp {6358          container tcp {
6364            description6359            description
6365              "TCP ";6360              "TCP ";
6366            container known {6361            container known {
6367              description6362              description
6368                "Known ";6363                "Known ";
6369              leaf rate {6364              leaf rate {
6370                type uint32 {6365                type uint32 {
6371                  range "0..4294967295" {6366                  range "0..4294967295" {
6372                    description6367                    description
6373                      "Packets Per Second (actual Min and Max range depends on platform)";6368                      "Packets Per Second (actual Min and Max range depends on platform)";
6374                  }6369                  }
6375                }6370                }
6376                description6371                description
6377                  "Rate in PPS";6372                  "Rate in PPS";
6378              }6373              }
6379            }6374            }
6380            container listen {6375            container listen {
6381              description6376              description
6382                "Listen ";6377                "Listen ";
6383              leaf rate {6378              leaf rate {
6384                type uint32 {6379                type uint32 {
6385                  range "0..4294967295" {6380                  range "0..4294967295" {
6386                    description6381                    description
6387                      "Packets Per Second (actual Min and Max range depends on platform)";6382                      "Packets Per Second (actual Min and Max range depends on platform)";
6388                  }6383                  }
6389                }6384                }
6390                description6385                description
6391                  "Rate in PPS";6386                  "Rate in PPS";
6392              }6387              }
6393            }6388            }
6394            container configured {6389            container configured {
6395              description6390              description
6396                "Configured ";6391                "Configured ";
6397              leaf rate {6392              leaf rate {
6398                type uint32 {6393                type uint32 {
6399                  range "0..4294967295" {6394                  range "0..4294967295" {
6400                    description6395                    description
6401                      "Packets Per Second (actual Min and Max range depends on platform)";6396                      "Packets Per Second (actual Min and Max range depends on platform)";
6402                  }6397                  }
6403                }6398                }
6404                description6399                description
6405                  "Rate in PPS";6400                  "Rate in PPS";
6406              }6401              }
6407            }6402            }
6408            container default {6403            container default {
6409              description6404              description
6410                "Default ";6405                "Default ";
6411              leaf rate {6406              leaf rate {
6412                type uint32 {6407                type uint32 {
6413                  range "0..4294967295" {6408                  range "0..4294967295" {
6414                    description6409                    description
6415                      "Packets Per Second (actual Min and Max range depends on platform)";6410                      "Packets Per Second (actual Min and Max range depends on platform)";
6416                  }6411                  }
6417                }6412                }
6418                description6413                description
6419                  "Rate in PPS";6414                  "Rate in PPS";
6420              }6415              }
6421            }6416            }
6422          }6417          }
6423          container multicast {6418          container multicast {
6424            description6419            description
6425              "Multicast ";6420              "Multicast ";
6426            container known {6421            container known {
6427              description6422              description
6428                "Known ";6423                "Known ";
6429              leaf rate {6424              leaf rate {
6430                type uint32 {6425                type uint32 {
6431                  range "0..4294967295" {6426                  range "0..4294967295" {
6432                    description6427                    description
6433                      "Packets Per Second (actual Min and Max range depends on platform)";6428                      "Packets Per Second (actual Min and Max range depends on platform)";
6434                  }6429                  }
6435                }6430                }
6436                description6431                description
6437                  "Rate in PPS";6432                  "Rate in PPS";
6438              }6433              }
6439            }6434            }
6440            container default {6435            container default {
6441              description6436              description
6442                "Default ";6437                "Default ";
6443              leaf rate {6438              leaf rate {
6444                type uint32 {6439                type uint32 {
6445                  range "0..4294967295" {6440                  range "0..4294967295" {
6446                    description6441                    description
6447                      "Packets Per Second (actual Min and Max range depends on platform)";6442                      "Packets Per Second (actual Min and Max range depends on platform)";
6448                  }6443                  }
6449                }6444                }
6450                description6445                description
6451                  "Rate in PPS";6446                  "Rate in PPS";
6452              }6447              }
6453            }6448            }
6454          }6449          }
6455          container raw {6450          container raw {
6456            description6451            description
6457              "Raw ";6452              "Raw ";
6458            container listen {6453            container listen {
6459              description6454              description
6460                "Listen ";6455                "Listen ";
6461              leaf rate {6456              leaf rate {
6462                type uint32 {6457                type uint32 {
6463                  range "0..4294967295" {6458                  range "0..4294967295" {
6464                    description6459                    description
6465                      "Packets Per Second (actual Min and Max range depends on platform)";6460                      "Packets Per Second (actual Min and Max range depends on platform)";
6466                  }6461                  }
6467                }6462                }
6468                description6463                description
6469                  "Rate in PPS";6464                  "Rate in PPS";
6470              }6465              }
6471            }6466            }
6472            container default {6467            container default {
6473              description6468              description
6474                "Default ";6469                "Default ";
6475              leaf rate {6470              leaf rate {
6476                type uint32 {6471                type uint32 {
6477                  range "0..4294967295" {6472                  range "0..4294967295" {
6478                    description6473                    description
6479                      "Packets Per Second (actual Min and Max range depends on platform)";6474                      "Packets Per Second (actual Min and Max range depends on platform)";
6480                  }6475                  }
6481                }6476                }
6482                description6477                description
6483                  "Rate in PPS";6478                  "Rate in PPS";
6484              }6479              }
6485            }6480            }
6486          }6481          }
6487          container ip-sla {6482          container ip-sla {
6488            description6483            description
6489              "IP-SLA ";6484              "IP-SLA ";
6490            leaf rate {6485            leaf rate {
6491              type uint32 {6486              type uint32 {
6492                range "0..4294967295" {6487                range "0..4294967295" {
6493                  description6488                  description
6494                    "Packets Per Second (actual Min and Max range depends on platform)";6489                    "Packets Per Second (actual Min and Max range depends on platform)";
6495                }6490                }
6496              }6491              }
6497              description6492              description
6498                "Rate in PPS";6493                "Rate in PPS";
6499            }6494            }
6500          }6495          }
6501          container eigrp {6496          container eigrp {
6502            description6497            description
6503              "EIGRP ";6498              "EIGRP ";
6504            leaf rate {6499            leaf rate {
6505              type uint32 {6500              type uint32 {
6506                range "0..4294967295" {6501                range "0..4294967295" {
6507                  description6502                  description
6508                    "Packets Per Second (actual Min and Max range depends on platform)";6503                    "Packets Per Second (actual Min and Max range depends on platform)";
6509                }6504                }
6510              }6505              }
6511              description6506              description
6512                "Rate in PPS";6507                "Rate in PPS";
6513            }6508            }
6514          }6509          }
6515          container rip {6510          container rip {
6516            description6511            description
6517              "RIP ";6512              "RIP ";
6518            leaf rate {6513            leaf rate {
6519              type uint32 {6514              type uint32 {
6520                range "0..4294967295" {6515                range "0..4294967295" {
6521                  description6516                  description
6522                    "Packets Per Second (actual Min and Max range depends on platform)";6517                    "Packets Per Second (actual Min and Max range depends on platform)";
6523                }6518                }
6524              }6519              }
6525              description6520              description
6526                "Rate in PPS";6521                "Rate in PPS";
6527            }6522            }
6528          }6523          }
6529          container l2tpv3 {6524          container l2tpv3 {
6530            description6525            description
6531              "L2TPv3 ";6526              "L2TPv3 ";
6532            leaf rate {6527            leaf rate {
6533              type uint32 {6528              type uint32 {
6534                range "0..4294967295" {6529                range "0..4294967295" {
6535                  description6530                  description
6536                    "Packets Per Second (actual Min and Max range depends on platform)";6531                    "Packets Per Second (actual Min and Max range depends on platform)";
6537                }6532                }
6538              }6533              }
6539              description6534              description
6540                "Rate in PPS";6535                "Rate in PPS";
6541            }6536            }
6542          }6537          }
6543          container pcep {6538          container pcep {
6544            description6539            description
6545              "PCEP ";6540              "PCEP ";
6546            leaf rate {6541            leaf rate {
6547              type uint32 {6542              type uint32 {
6548                range "0..4294967295" {6543                range "0..4294967295" {
6549                  description6544                  description
6550                    "Packets Per Second (actual Min and Max range depends on platform)";6545                    "Packets Per Second (actual Min and Max range depends on platform)";
6551                }6546                }
6552              }6547              }
6553              description6548              description
6554                "Rate in PPS";6549                "Rate in PPS";
6555            }6550            }
6556          }6551          }
6557          container gre {6552          container gre {
6558            description6553            description
6559              "GRE ";6554              "GRE ";
6560            leaf rate {6555            leaf rate {
6561              type uint32 {6556              type uint32 {
6562                range "0..4294967295" {6557                range "0..4294967295" {
6563                  description6558                  description
6564                    "Packets Per Second (actual Min and Max range depends on platform)";6559                    "Packets Per Second (actual Min and Max range depends on platform)";
6565                }6560                }
6566              }6561              }
6567              description6562              description
6568                "Rate in PPS";6563                "Rate in PPS";
6569            }6564            }
6570          }6565          }
6571          container vrrp {6566          container vrrp {
6572            description6567            description
6573              "VRRP ";6568              "VRRP ";
6574            leaf rate {6569            leaf rate {
6575              type uint32 {6570              type uint32 {
6576                range "0..4294967295" {6571                range "0..4294967295" {
6577                  description6572                  description
6578                    "Packets Per Second (actual Min and Max range depends on platform)";6573                    "Packets Per Second (actual Min and Max range depends on platform)";
6579                }6574                }
6580              }6575              }
6581              description6576              description
6582                "Rate in PPS";6577                "Rate in PPS";
6583            }6578            }
6584          }6579          }
6585          container hsrp {6580          container hsrp {
6586            description6581            description
6587              "HSRP ";6582              "HSRP ";
6588            leaf rate {6583            leaf rate {
6589              type uint32 {6584              type uint32 {
6590                range "0..4294967295" {6585                range "0..4294967295" {
6591                  description6586                  description
6592                    "Packets Per Second (actual Min and Max range depends on platform)";6587                    "Packets Per Second (actual Min and Max range depends on platform)";
6593                }6588                }
6594              }6589              }
6595              description6590              description
6596                "Rate in PPS";6591                "Rate in PPS";
6597            }6592            }
6598          }6593          }
6599          container mpls {6594          container mpls {
6600            description6595            description
6601              "MPLS ";6596              "MPLS ";
6602            container oam {6597            container oam {
6603              description6598              description
6604                "Oam ";6599                "Oam ";
6605              leaf rate {6600              leaf rate {
6606                type uint32 {6601                type uint32 {
6607                  range "0..4294967295" {6602                  range "0..4294967295" {
6608                    description6603                    description
6609                      "Packets Per Second (actual Min and Max range depends on platform)";6604                      "Packets Per Second (actual Min and Max range depends on platform)";
6610                  }6605                  }
6611                }6606                }
6612                description6607                description
6613                  "Rate in PPS";6608                  "Rate in PPS";
6614              }6609              }
6615            }6610            }
6616          }6611          }
6617          container l2tpv2 {6612          container l2tpv2 {
6618            description6613            description
6619              "L2TPv2 ";6614              "L2TPv2 ";
6620            container default {6615            container default {
6621              description6616              description
6622                "Default ";6617                "Default ";
6623              leaf rate {6618              leaf rate {
6624                type uint32 {6619                type uint32 {
6625                  range "0..4294967295" {6620                  range "0..4294967295" {
6626                    description6621                    description
6627                      "Packets Per Second (actual Min and Max range depends on platform)";6622                      "Packets Per Second (actual Min and Max range depends on platform)";
6628                  }6623                  }
6629                }6624                }
6630                description6625                description
6631                  "Rate in PPS";6626                  "Rate in PPS";
6632              }6627              }
6633            }6628            }
6634            container known {6629            container known {
6635              description6630              description
6636                "Known ";6631                "Known ";
6637              leaf rate {6632              leaf rate {
6638                type uint32 {6633                type uint32 {
6639                  range "0..4294967295" {6634                  range "0..4294967295" {
6640                    description6635                    description
6641                      "Packets Per Second (actual Min and Max range depends on platform)";6636                      "Packets Per Second (actual Min and Max range depends on platform)";
6642                  }6637                  }
6643                }6638                }
6644                description6639                description
6645                  "Rate in PPS";6640                  "Rate in PPS";
6646              }6641              }
6647            }6642            }
6648          }6643          }
6649          container dns {6644          container dns {
6650            description6645            description
6651              "DNS ";6646              "DNS ";
6652            leaf rate {6647            leaf rate {
6653              type uint32 {6648              type uint32 {
6654                range "0..4294967295" {6649                range "0..4294967295" {
6655                  description6650                  description
6656                    "Packets Per Second (actual Min and Max range depends on platform)";6651                    "Packets Per Second (actual Min and Max range depends on platform)";
6657                }6652                }
6658              }6653              }
6659              description6654              description
6660                "Rate in PPS";6655                "Rate in PPS";
6661            }6656            }
6662          }6657          }
6663          container radius {6658          container radius {
6664            description6659            description
6665              "RADIUS ";6660              "RADIUS ";
6666            leaf rate {6661            leaf rate {
6667              type uint32 {6662              type uint32 {
6668                range "0..4294967295" {6663                range "0..4294967295" {
6669                  description6664                  description
6670                    "Packets Per Second (actual Min and Max range depends on platform)";6665                    "Packets Per Second (actual Min and Max range depends on platform)";
6671                }6666                }
6672              }6667              }
6673              description6668              description
6674                "Rate in PPS";6669                "Rate in PPS";
6675            }6670            }
6676          }6671          }
6677          container tacacs {6672          container tacacs {
6678            description6673            description
6679              "TACACS ";6674              "TACACS ";
6680            leaf rate {6675            leaf rate {
6681              type uint32 {6676              type uint32 {
6682                range "0..4294967295" {6677                range "0..4294967295" {
6683                  description6678                  description
6684                    "Packets Per Second (actual Min and Max range depends on platform)";6679                    "Packets Per Second (actual Min and Max range depends on platform)";
6685                }6680                }
6686              }6681              }
6687              description6682              description
6688                "Rate in PPS";6683                "Rate in PPS";
6689            }6684            }
6690          }6685          }
6691          container ntp {6686          container ntp {
6692            description6687            description
6693              "NTP ";6688              "NTP ";
6694            container default {6689            container default {
6695              description6690              description
6696                "Default ";6691                "Default ";
6697              leaf rate {6692              leaf rate {
6698                type uint32 {6693                type uint32 {
6699                  range "0..4294967295" {6694                  range "0..4294967295" {
6700                    description6695                    description
6701                      "Packets Per Second (actual Min and Max range depends on platform)";6696                      "Packets Per Second (actual Min and Max range depends on platform)";
6702                  }6697                  }
6703                }6698                }
6704                description6699                description
6705                  "Rate in PPS";6700                  "Rate in PPS";
6706              }6701              }
6707            }6702            }
6708            container known {6703            container known {
6709              description6704              description
6710                "Known ";6705                "Known ";
6711              leaf rate {6706              leaf rate {
6712                type uint32 {6707                type uint32 {
6713                  range "0..4294967295" {6708                  range "0..4294967295" {
6714                    description6709                    description
6715                      "Packets Per Second (actual Min and Max range depends on platform)";6710                      "Packets Per Second (actual Min and Max range depends on platform)";
6716                  }6711                  }
6717                }6712                }
6718                description6713                description
6719                  "Rate in PPS";6714                  "Rate in PPS";
6720              }6715              }
6721            }6716            }
6722          }6717          }
6723          container mipv6 {6718          container mipv6 {
6724            description6719            description
6725              "MIPv6 ";6720              "MIPv6 ";
6726            leaf rate {6721            leaf rate {
6727              type uint32 {6722              type uint32 {
6728                range "0..4294967295" {6723                range "0..4294967295" {
6729                  description6724                  description
6730                    "Packets Per Second (actual Min and Max range depends on platform)";6725                    "Packets Per Second (actual Min and Max range depends on platform)";
6731                }6726                }
6732              }6727              }
6733              description6728              description
6734                "Rate in PPS";6729                "Rate in PPS";
6735            }6730            }
6736          }6731          }
6737          container amt {6732          container amt {
6738            description6733            description
6739              "AMT ";6734              "AMT ";
6740            leaf rate {6735            leaf rate {
6741              type uint32 {6736              type uint32 {
6742                range "0..4294967295" {6737                range "0..4294967295" {
6743                  description6738                  description
6744                    "Packets Per Second (actual Min and Max range depends on platform)";6739                    "Packets Per Second (actual Min and Max range depends on platform)";
6745                }6740                }
6746              }6741              }
6747              description6742              description
6748                "Rate in PPS";6743                "Rate in PPS";
6749            }6744            }
6750          }6745          }
6751          container sdac {6746          container sdac {
6752            description6747            description
6753              "SDAC-TCP ";6748              "SDAC-TCP ";
6754            leaf rate {6749            leaf rate {
6755              type uint32 {6750              type uint32 {
6756                range "0..4294967295" {6751                range "0..4294967295" {
6757                  description6752                  description
6758                    "Packets Per Second (actual Min and Max range depends on platform)";6753                    "Packets Per Second (actual Min and Max range depends on platform)";
6759                }6754                }
6760              }6755              }
6761              description6756              description
6762                "Rate in PPS";6757                "Rate in PPS";
6763            }6758            }
6764          }6759          }
6765          container radius-coa {6760          container radius-coa {
6766            description6761            description
6767              "RADIUS COA ";6762              "RADIUS COA ";
6768            leaf rate {6763            leaf rate {
6769              type uint32 {6764              type uint32 {
6770                range "0..4294967295" {6765                range "0..4294967295" {
6771                  description6766                  description
6772                    "Packets Per Second (actual Min and Max range depends on platform)";6767                    "Packets Per Second (actual Min and Max range depends on platform)";
6773                }6768                }
6774              }6769              }
6775              description6770              description
6776                "Rate in PPS";6771                "Rate in PPS";
6777            }6772            }
6778          }6773          }
6779          container rel-udp {6774          container rel-udp {
6780            description6775            description
6781              "Syslog/netflow packets";6776              "Syslog/netflow packets";
6782            leaf rate {6777            leaf rate {
6783              type uint32 {6778              type uint32 {
6784                range "0..4294967295" {6779                range "0..4294967295" {
6785                  description6780                  description
6786                    "Packets Per Second (actual Min and Max range depends on platform)";6781                    "Packets Per Second (actual Min and Max range depends on platform)";
6787                }6782                }
6788              }6783              }
6789              description6784              description
6790                "Rate in PPS";6785                "Rate in PPS";
6791            }6786            }
6792          }6787          }
6793          container dhcpv4 {6788          container dhcpv4 {
6794            description6789            description
6795              "DHCPv4 ";6790              "DHCPv4 ";
6796            leaf rate {6791            leaf rate {
6797              type uint32 {6792              type uint32 {
6798                range "0..4294967295" {6793                range "0..4294967295" {
6799                  description6794                  description
6800                    "Packets Per Second (actual Min and Max range depends on platform)";6795                    "Packets Per Second (actual Min and Max range depends on platform)";
6801                }6796                }
6802              }6797              }
6803              description6798              description
6804                "Rate in PPS";6799                "Rate in PPS";
6805            }6800            }
6806          }6801          }
6807          container dhcpv6 {6802          container dhcpv6 {
6808            description6803            description
6809              "DHCPv6 ";6804              "DHCPv6 ";
6810            leaf rate {6805            leaf rate {
6811              type uint32 {6806              type uint32 {
6812                range "0..4294967295" {6807                range "0..4294967295" {
6813                  description6808                  description
6814                    "Packets Per Second (actual Min and Max range depends on platform)";6809                    "Packets Per Second (actual Min and Max range depends on platform)";
6815                }6810                }
6816              }6811              }
6817              description6812              description
6818                "Rate in PPS";6813                "Rate in PPS";
6819            }6814            }
6820          }6815          }
6821          container onepk {6816          container onepk {
6822            description6817            description
6823              "ONEPK ";6818              "ONEPK ";
6824            leaf rate {6819            leaf rate {
6825              type uint32 {6820              type uint32 {
6826                range "0..4294967295" {6821                range "0..4294967295" {
6827                  description6822                  description
6828                    "Packets Per Second (actual Min and Max range depends on platform)";6823                    "Packets Per Second (actual Min and Max range depends on platform)";
6829                }6824                }
6830              }6825              }
6831              description6826              description
6832                "Rate in PPS";6827                "Rate in PPS";
6833            }6828            }
6834          }6829          }
6835          container tpa {6830          container tpa {
6836            description6831            description
6837              "Third Party Applications";6832              "Third Party Applications";
6838            leaf rate {6833            leaf rate {
6839              type uint32 {6834              type uint32 {
6840                range "0..4294967295" {6835                range "0..4294967295" {
6841                  description6836                  description
6842                    "Packets Per Second (actual Min and Max range depends on platform)";6837                    "Packets Per Second (actual Min and Max range depends on platform)";
6843                }6838                }
6844              }6839              }
6845              description6840              description
6846                "Rate in PPS";6841                "Rate in PPS";
6847            }6842            }
6848          }6843          }
6849          container ietf-bob {6844          container ietf-bob {
6850            description6845            description
6851              "IETF BOB Packets";6846              "IETF BOB Packets";
6852            leaf rate {6847            leaf rate {
6853              type uint32 {6848              type uint32 {
6854                range "0..4294967295" {6849                range "0..4294967295" {
6855                  description6850                  description
6856                    "Packets Per Second (actual Min and Max range depends on platform)";6851                    "Packets Per Second (actual Min and Max range depends on platform)";
6857                }6852                }
6858              }6853              }
6859              description6854              description
6860                "Rate in PPS";6855                "Rate in PPS";
6861            }6856            }
6862          }6857          }
6863          container xipc {6858          container xipc {
6864            if-feature "pifib_xipc_throt_policer_config_check";6859            if-feature "pifib_xipc_throt_policer_config_check";
6865            description6860            description
6866              "XIPC rate limit";6861              "XIPC rate limit";
6867            leaf rate {6862            leaf rate {
6868              type uint32 {6863              type uint32 {
6869                range "0..4294967295" {6864                range "0..4294967295" {
6870                  description6865                  description
6871                    "Packets Per Second (actual Min and Max range depends on platform)";6866                    "Packets Per Second (actual Min and Max range depends on platform)";
6872                }6867                }
6873              }6868              }
6874              description6869              description
6875                "Rate in PPS";6870                "Rate in PPS";
6876            }6871            }
6877          }6872          }
6878          container pm-twamp {6873          container pm-twamp {
6879            description6874            description
6880              "PM TWAMP Packets";6875              "PM TWAMP Packets";
6881            leaf rate {6876            leaf rate {
6882              type uint32 {6877              type uint32 {
6883                range "0..4294967295" {6878                range "0..4294967295" {
6884                  description6879                  description
6885                    "Packets Per Second (actual Min and Max range depends on platform)";6880                    "Packets Per Second (actual Min and Max range depends on platform)";
6886                }6881                }
6887              }6882              }
6888              description6883              description
6889                "Rate in PPS";6884                "Rate in PPS";
6890            }6885            }
6891          }6886          }
6892        }6887        }
6893      }6888      }
6894      container np5 {6889      container np5 {
6895        description6890        description
6896          "Np number";6891          "Np number";
6897        container flow {6892        container flow {
6898          description6893          description
6899            "lpts flow type";6894            "lpts flow type";
6900          container fragment {6895          container fragment {
6901            description6896            description
6902              "Fragmented IP packets";6897              "Fragmented IP packets";
6903            leaf rate {6898            leaf rate {
6904              type uint32 {6899              type uint32 {
6905                range "0..4294967295" {6900                range "0..4294967295" {
6906                  description6901                  description
6907                    "Packets Per Second (actual Min and Max range depends on platform)";6902                    "Packets Per Second (actual Min and Max range depends on platform)";
6908                }6903                }
6909              }6904              }
6910              description6905              description
6911                "Rate in PPS";6906                "Rate in PPS";
6912            }6907            }
6913          }6908          }
6914          container ospf {6909          container ospf {
6915            description6910            description
6916              "OSPF ";6911              "OSPF ";
6917            container unicast {6912            container unicast {
6918              description6913              description
6919                "Unicast ";6914                "Unicast ";
6920              container known {6915              container known {
6921                description6916                description
6922                  "Known ";6917                  "Known ";
6923                leaf rate {6918                leaf rate {
6924                  type uint32 {6919                  type uint32 {
6925                    range "0..4294967295" {6920                    range "0..4294967295" {
6926                      description6921                      description
6927                        "Packets Per Second (actual Min and Max range depends on platform)";6922                        "Packets Per Second (actual Min and Max range depends on platform)";
6928                    }6923                    }
6929                  }6924                  }
6930                  description6925                  description
6931                    "Rate in PPS";6926                    "Rate in PPS";
6932                }6927                }
6933              }6928              }
6934              container default {6929              container default {
6935                description6930                description
6936                  "Default ";6931                  "Default ";
6937                leaf rate {6932                leaf rate {
6938                  type uint32 {6933                  type uint32 {
6939                    range "0..4294967295" {6934                    range "0..4294967295" {
6940                      description6935                      description
6941                        "Packets Per Second (actual Min and Max range depends on platform)";6936                        "Packets Per Second (actual Min and Max range depends on platform)";
6942                    }6937                    }
6943                  }6938                  }
6944                  description6939                  description
6945                    "Rate in PPS";6940                    "Rate in PPS";
6946                }6941                }
6947              }6942              }
6948            }6943            }
6949            container multicast {6944            container multicast {
6950              description6945              description
6951                "Multicast";6946                "Multicast";
6952              container known {6947              container known {
6953                description6948                description
6954                  "Known ";6949                  "Known ";
6955                leaf rate {6950                leaf rate {
6956                  type uint32 {6951                  type uint32 {
6957                    range "0..4294967295" {6952                    range "0..4294967295" {
6958                      description6953                      description
6959                        "Packets Per Second (actual Min and Max range depends on platform)";6954                        "Packets Per Second (actual Min and Max range depends on platform)";
6960                    }6955                    }
6961                  }6956                  }
6962                  description6957                  description
6963                    "Rate in PPS";6958                    "Rate in PPS";
6964                }6959                }
6965              }6960              }
6966              container default {6961              container default {
6967                description6962                description
6968                  "Default ";6963                  "Default ";
6969                leaf rate {6964                leaf rate {
6970                  type uint32 {6965                  type uint32 {
6971                    range "0..4294967295" {6966                    range "0..4294967295" {
6972                      description6967                      description
6973                        "Packets Per Second (actual Min and Max range depends on platform)";6968                        "Packets Per Second (actual Min and Max range depends on platform)";
6974                    }6969                    }
6975                  }6970                  }
6976                  description6971                  description
6977                    "Rate in PPS";6972                    "Rate in PPS";
6978                }6973                }
6979              }6974              }
6980            }6975            }
6981          }6976          }
6982          container isis {6977          container isis {
6983            description6978            description
6984              "ISIS ";6979              "ISIS ";
6985            container known {6980            container known {
6986              description6981              description
6987                "Known ";6982                "Known ";
6988              leaf rate {6983              leaf rate {
6989                type uint32 {6984                type uint32 {
6990                  range "0..4294967295" {6985                  range "0..4294967295" {
6991                    description6986                    description
6992                      "Packets Per Second (actual Min and Max range depends on platform)";6987                      "Packets Per Second (actual Min and Max range depends on platform)";
6993                  }6988                  }
6994                }6989                }
6995                description6990                description
6996                  "Rate in PPS";6991                  "Rate in PPS";
6997              }6992              }
6998            }6993            }
6999            container default {6994            container default {
7000              description6995              description
7001                "Default ";6996                "Default ";
7002              leaf rate {6997              leaf rate {
7003                type uint32 {6998                type uint32 {
7004                  range "0..4294967295" {6999                  range "0..4294967295" {
7005                    description7000                    description
7006                      "Packets Per Second (actual Min and Max range depends on platform)";7001                      "Packets Per Second (actual Min and Max range depends on platform)";
7007                  }7002                  }
7008                }7003                }
7009                description7004                description
7010                  "Rate in PPS";7005                  "Rate in PPS";
7011              }7006              }
7012            }7007            }
7013          }7008          }
7014          container bfd {7009          container bfd {
7015            description7010            description
7016              "BFD ";7011              "BFD ";
7017            container known {7012            container known {
7018              description7013              description
7019                "Known ";7014                "Known ";
7020              leaf rate {7015              leaf rate {
7021                type uint32 {7016                type uint32 {
7022                  range "0..4294967295" {7017                  range "0..4294967295" {
7023                    description7018                    description
7024                      "Packets Per Second (actual Min and Max range depends on platform)";7019                      "Packets Per Second (actual Min and Max range depends on platform)";
7025                  }7020                  }
7026                }7021                }
7027                description7022                description
7028                  "Rate in PPS";7023                  "Rate in PPS";
7029              }7024              }
7030            }7025            }
7031            container default {7026            container default {
7032              description7027              description
7033                "Default ";7028                "Default ";
7034              leaf rate {7029              leaf rate {
7035                type uint32 {7030                type uint32 {
7036                  range "0..4294967295" {7031                  range "0..4294967295" {
7037                    description7032                    description
7038                      "Packets Per Second (actual Min and Max range depends on platform)";7033                      "Packets Per Second (actual Min and Max range depends on platform)";
7039                  }7034                  }
7040                }7035                }
7041                description7036                description
7042                  "Rate in PPS";7037                  "Rate in PPS";
7043              }7038              }
7044            }7039            }
7045            container singlepath {7040            container singlepath {
7046              description7041              description
7047                "Singlepath ";7042                "Singlepath ";
7048              leaf rate {7043              leaf rate {
7049                type uint32 {7044                type uint32 {
7050                  range "0..4294967295" {7045                  range "0..4294967295" {
7051                    description7046                    description
7052                      "Packets Per Second (actual Min and Max range depends on platform)";7047                      "Packets Per Second (actual Min and Max range depends on platform)";
7053                  }7048                  }
7054                }7049                }
7055                description7050                description
7056                  "Rate in PPS";7051                  "Rate in PPS";
7057              }7052              }
7058            }7053            }
7059          }7054          }
7060          container bgp {7055          container bgp {
7061            description7056            description
7062              "BGP ";7057              "BGP ";
7063            container known {7058            container known {
7064              description7059              description
7065                "Known ";7060                "Known ";
7066              leaf rate {7061              leaf rate {
7067                type uint32 {7062                type uint32 {
7068                  range "0..4294967295" {7063                  range "0..4294967295" {
7069                    description7064                    description
7070                      "Packets Per Second (actual Min and Max range depends on platform)";7065                      "Packets Per Second (actual Min and Max range depends on platform)";
7071                  }7066                  }
7072                }7067                }
7073                description7068                description
7074                  "Rate in PPS";7069                  "Rate in PPS";
7075              }7070              }
7076            }7071            }
7077            container configured {7072            container configured {
7078              description7073              description
7079                "Configured";7074                "Configured";
7080              leaf rate {7075              leaf rate {
7081                type uint32 {7076                type uint32 {
7082                  range "0..4294967295" {7077                  range "0..4294967295" {
7083                    description7078                    description
7084                      "Packets Per Second (actual Min and Max range depends on platform)";7079                      "Packets Per Second (actual Min and Max range depends on platform)";
7085                  }7080                  }
7086                }7081                }
7087                description7082                description
7088                  "Rate in PPS";7083                  "Rate in PPS";
7089              }7084              }
7090            }7085            }
7091            container default {7086            container default {
7092              description7087              description
7093                "Default ";7088                "Default ";
7094              leaf rate {7089              leaf rate {
7095                type uint32 {7090                type uint32 {
7096                  range "0..4294967295" {7091                  range "0..4294967295" {
7097                    description7092                    description
7098                      "Packets Per Second (actual Min and Max range depends on platform)";7093                      "Packets Per Second (actual Min and Max range depends on platform)";
7099                  }7094                  }
7100                }7095                }
7101                description7096                description
7102                  "Rate in PPS";7097                  "Rate in PPS";
7103              }7098              }
7104            }7099            }
7105          }7100          }
7106          container pim {7101          container pim {
7107            description7102            description
7108              "PIM ";7103              "PIM ";
7109            container unicast {7104            container unicast {
7110              description7105              description
7111                "Unicast ";7106                "Unicast ";
7112              leaf rate {7107              leaf rate {
7113                type uint32 {7108                type uint32 {
7114                  range "0..4294967295" {7109                  range "0..4294967295" {
7115                    description7110                    description
7116                      "Packets Per Second (actual Min and Max range depends on platform)";7111                      "Packets Per Second (actual Min and Max range depends on platform)";
7117                  }7112                  }
7118                }7113                }
7119                description7114                description
7120                  "Rate in PPS";7115                  "Rate in PPS";
7121              }7116              }
7122            }7117            }
7123            container multicast {7118            container multicast {
7124              description7119              description
7125                "Multicast";7120                "Multicast";
7126              container known {7121              container known {
7127                description7122                description
7128                  "Known ";7123                  "Known ";
7129                leaf rate {7124                leaf rate {
7130                  type uint32 {7125                  type uint32 {
7131                    range "0..4294967295" {7126                    range "0..4294967295" {
7132                      description7127                      description
7133                        "Packets Per Second (actual Min and Max range depends on platform)";7128                        "Packets Per Second (actual Min and Max range depends on platform)";
7134                    }7129                    }
7135                  }7130                  }
7136                  description7131                  description
7137                    "Rate in PPS";7132                    "Rate in PPS";
7138                }7133                }
7139              }7134              }
7140              container default {7135              container default {
7141                description7136                description
7142                  "Default ";7137                  "Default ";
7143                leaf rate {7138                leaf rate {
7144                  type uint32 {7139                  type uint32 {
7145                    range "0..4294967295" {7140                    range "0..4294967295" {
7146                      description7141                      description
7147                        "Packets Per Second (actual Min and Max range depends on platform)";7142                        "Packets Per Second (actual Min and Max range depends on platform)";
7148                    }7143                    }
7149                  }7144                  }
7150                  description7145                  description
7151                    "Rate in PPS";7146                    "Rate in PPS";
7152                }7147                }
7153              }7148              }
7154            }7149            }
7155          }7150          }
7156          container igmp {7151          container igmp {
7157            description7152            description
7158              "IGMP ";7153              "IGMP ";
7159            leaf rate {7154            leaf rate {
7160              type uint32 {7155              type uint32 {
7161                range "0..4294967295" {7156                range "0..4294967295" {
7162                  description7157                  description
7163                    "Packets Per Second (actual Min and Max range depends on platform)";7158                    "Packets Per Second (actual Min and Max range depends on platform)";
7164                }7159                }
7165              }7160              }
7166              description7161              description
7167                "Rate in PPS";7162                "Rate in PPS";
7168            }7163            }
7169          }7164          }
7170          container icmp {7165          container icmp {
7171            description7166            description
7172              "ICMP ";7167              "ICMP ";
7173            container local {7168            container local {
7174              description7169              description
7175                "Local interest packets ";7170                "Local interest packets ";
7176              leaf rate {7171              leaf rate {
7177                type uint32 {7172                type uint32 {
7178                  range "0..4294967295" {7173                  range "0..4294967295" {
7179                    description7174                    description
7180                      "Packets Per Second (actual Min and Max range depends on platform)";7175                      "Packets Per Second (actual Min and Max range depends on platform)";
7181                  }7176                  }
7182                }7177                }
7183                description7178                description
7184                  "Rate in PPS";7179                  "Rate in PPS";
7185              }7180              }
7186            }7181            }
7187            container application {7182            container application {
7188              description7183              description
7189                "Specific application packets ";7184                "Specific application packets ";
7190              leaf rate {7185              leaf rate {
7191                type uint32 {7186                type uint32 {
7192                  range "0..4294967295" {7187                  range "0..4294967295" {
7193                    description7188                    description
7194                      "Packets Per Second (actual Min and Max range depends on platform)";7189                      "Packets Per Second (actual Min and Max range depends on platform)";
7195                  }7190                  }
7196                }7191                }
7197                description7192                description
7198                  "Rate in PPS";7193                  "Rate in PPS";
7199              }7194              }
7200            }7195            }
7201            container control {7196            container control {
7202              description7197              description
7203                "Control packets ";7198                "Control packets ";
7204              leaf rate {7199              leaf rate {
7205                type uint32 {7200                type uint32 {
7206                  range "0..4294967295" {7201                  range "0..4294967295" {
7207                    description7202                    description
7208                      "Packets Per Second (actual Min and Max range depends on platform)";7203                      "Packets Per Second (actual Min and Max range depends on platform)";
7209                  }7204                  }
7210                }7205                }
7211                description7206                description
7212                  "Rate in PPS";7207                  "Rate in PPS";
7213              }7208              }
7214            }7209            }
7215            container default {7210            container default {
7216              description7211              description
7217                "Default packets ";7212                "Default packets ";
7218              leaf rate {7213              leaf rate {
7219                type uint32 {7214                type uint32 {
7220                  range "0..4294967295" {7215                  range "0..4294967295" {
7221                    description7216                    description
7222                      "Packets Per Second (actual Min and Max range depends on platform)";7217                      "Packets Per Second (actual Min and Max range depends on platform)";
7223                  }7218                  }
7224                }7219                }
7225                description7220                description
7226                  "Rate in PPS";7221                  "Rate in PPS";
7227              }7222              }
7228            }7223            }
7229            container generic {7224            container generic {
7230              description7225              description
7231                "Generic application packets ";7226                "Generic application packets ";
7232              container echo-reply {7227              container echo-reply {
7233                description7228                description
7234                  "Echo-reply packets ";7229                  "Echo-reply packets ";
7235                leaf rate {7230                leaf rate {
7236                  type uint32 {7231                  type uint32 {
7237                    range "0..4294967295" {7232                    range "0..4294967295" {
7238                      description7233                      description
7239                        "Packets Per Second (actual Min and Max range depends on platform)";7234                        "Packets Per Second (actual Min and Max range depends on platform)";
7240                    }7235                    }
7241                  }7236                  }
7242                  description7237                  description
7243                    "Rate in PPS";7238                    "Rate in PPS";
7244                }7239                }
7245              }7240              }
7246            }7241            }
7247          }7242          }
7248          container all-routers {7243          container all-routers {
7249            description7244            description
7250              "All Routers";7245              "All Routers";
7251            leaf rate {7246            leaf rate {
7252              type uint32 {7247              type uint32 {
7253                range "0..4294967295" {7248                range "0..4294967295" {
7254                  description7249                  description
7255                    "Packets Per Second (actual Min and Max range depends on platform)";7250                    "Packets Per Second (actual Min and Max range depends on platform)";
7256                }7251                }
7257              }7252              }
7258              description7253              description
7259                "Rate in PPS";7254                "Rate in PPS";
7260            }7255            }
7261          }7256          }
7262          container lmp {7257          container lmp {
7263            description7258            description
7264              "LMP ";7259              "LMP ";
7265            container tcp {7260            container tcp {
7266              description7261              description
7267                "TCP ";7262                "TCP ";
7268              container known {7263              container known {
7269                description7264                description
7270                  "Known ";7265                  "Known ";
7271                leaf rate {7266                leaf rate {
7272                  type uint32 {7267                  type uint32 {
7273                    range "0..4294967295" {7268                    range "0..4294967295" {
7274                      description7269                      description
7275                        "Packets Per Second (actual Min and Max range depends on platform)";7270                        "Packets Per Second (actual Min and Max range depends on platform)";
7276                    }7271                    }
7277                  }7272                  }
7278                  description7273                  description
7279                    "Rate in PPS";7274                    "Rate in PPS";
7280                }7275                }
7281              }7276              }
7282              container configured {7277              container configured {
7283                description7278                description
7284                  "Configured";7279                  "Configured";
7285                leaf rate {7280                leaf rate {
7286                  type uint32 {7281                  type uint32 {
7287                    range "0..4294967295" {7282                    range "0..4294967295" {
7288                      description7283                      description
7289                        "Packets Per Second (actual Min and Max range depends on platform)";7284                        "Packets Per Second (actual Min and Max range depends on platform)";
7290                    }7285                    }
7291                  }7286                  }
7292                  description7287                  description
7293                    "Rate in PPS";7288                    "Rate in PPS";
7294                }7289                }
7295              }7290              }
7296              container default {7291              container default {
7297                description7292                description
7298                  "Default ";7293                  "Default ";
7299                leaf rate {7294                leaf rate {
7300                  type uint32 {7295                  type uint32 {
7301                    range "0..4294967295" {7296                    range "0..4294967295" {
7302                      description7297                      description
7303                        "Packets Per Second (actual Min and Max range depends on platform)";7298                        "Packets Per Second (actual Min and Max range depends on platform)";
7304                    }7299                    }
7305                  }7300                  }
7306                  description7301                  description
7307                    "Rate in PPS";7302                    "Rate in PPS";
7308                }7303                }
7309              }7304              }
7310            }7305            }
7311            container udp {7306            container udp {
7312              description7307              description
7313                "UDP ";7308                "UDP ";
7314              leaf rate {7309              leaf rate {
7315                type uint32 {7310                type uint32 {
7316                  range "0..4294967295" {7311                  range "0..4294967295" {
7317                    description7312                    description
7318                      "Packets Per Second (actual Min and Max range depends on platform)";7313                      "Packets Per Second (actual Min and Max range depends on platform)";
7319                  }7314                  }
7320                }7315                }
7321                description7316                description
7322                  "Rate in PPS";7317                  "Rate in PPS";
7323              }7318              }
7324            }7319            }
7325          }7320          }
7326          container rsvp {7321          container rsvp {
7327            description7322            description
7328              "RSVP ";7323              "RSVP ";
7329            container default {7324            container default {
7330              description7325              description
7331                "RSVP Default ";7326                "RSVP Default ";
7332              leaf rate {7327              leaf rate {
7333                type uint32 {7328                type uint32 {
7334                  range "0..4294967295" {7329                  range "0..4294967295" {
7335                    description7330                    description
7336                      "Packets Per Second (actual Min and Max range depends on platform)";7331                      "Packets Per Second (actual Min and Max range depends on platform)";
7337                  }7332                  }
7338                }7333                }
7339                description7334                description
7340                  "Rate in PPS";7335                  "Rate in PPS";
7341              }7336              }
7342            }7337            }
7343            container known {7338            container known {
7344              description7339              description
7345                "RSVP Known ";7340                "RSVP Known ";
7346              leaf rate {7341              leaf rate {
7347                type uint32 {7342                type uint32 {
7348                  range "0..4294967295" {7343                  range "0..4294967295" {
7349                    description7344                    description
7350                      "Packets Per Second (actual Min and Max range depends on platform)";7345                      "Packets Per Second (actual Min and Max range depends on platform)";
7351                  }7346                  }
7352                }7347                }
7353                description7348                description
7354                  "Rate in PPS";7349                  "Rate in PPS";
7355              }7350              }
7356            }7351            }
7357            container udp {7352            container udp {
7358              description7353              description
7359                "UDP";7354                "UDP";
7360              leaf rate {7355              leaf rate {
7361                type uint32 {7356                type uint32 {
7362                  range "0..4294967295" {7357                  range "0..4294967295" {
7363                    description7358                    description
7364                      "Packets Per Second (actual Min and Max range depends on platform)";7359                      "Packets Per Second (actual Min and Max range depends on platform)";
7365                  }7360                  }
7366                }7361                }
7367                description7362                description
7368                  "Rate in PPS";7363                  "Rate in PPS";
7369              }7364              }
7370            }7365            }
7371          }7366          }
7372          container ike {7367          container ike {
7373            description7368            description
7374              "IKE ";7369              "IKE ";
7375            leaf rate {7370            leaf rate {
7376              type uint32 {7371              type uint32 {
7377                range "0..4294967295" {7372                range "0..4294967295" {
7378                  description7373                  description
7379                    "Packets Per Second (actual Min and Max range depends on platform)";7374                    "Packets Per Second (actual Min and Max range depends on platform)";
7380                }7375                }
7381              }7376              }
7382              description7377              description
7383                "Rate in PPS";7378                "Rate in PPS";
7384            }7379            }
7385          }7380          }
7386          container ipsec {7381          container ipsec {
7387            description7382            description
7388              "IPSEC ";7383              "IPSEC ";
7389            container known {7384            container known {
7390              description7385              description
7391                "Known ";7386                "Known ";
7392              leaf rate {7387              leaf rate {
7393                type uint32 {7388                type uint32 {
7394                  range "0..4294967295" {7389                  range "0..4294967295" {
7395                    description7390                    description
7396                      "Packets Per Second (actual Min and Max range depends on platform)";7391                      "Packets Per Second (actual Min and Max range depends on platform)";
7397                  }7392                  }
7398                }7393                }
7399                description7394                description
7400                  "Rate in PPS";7395                  "Rate in PPS";
7401              }7396              }
7402            }7397            }
7403            container default {7398            container default {
7404              description7399              description
7405                "Default ";7400                "Default ";
7406              leaf rate {7401              leaf rate {
7407                type uint32 {7402                type uint32 {
7408                  range "0..4294967295" {7403                  range "0..4294967295" {
7409                    description7404                    description
7410                      "Packets Per Second (actual Min and Max range depends on platform)";7405                      "Packets Per Second (actual Min and Max range depends on platform)";
7411                  }7406                  }
7412                }7407                }
7413                description7408                description
7414                  "Rate in PPS";7409                  "Rate in PPS";
7415              }7410              }
7416            }7411            }
7417          }7412          }
7418          container msdp {7413          container msdp {
7419            description7414            description
7420              "MSDP ";7415              "MSDP ";
7421            container known {7416            container known {
7422              description7417              description
7423                "Known ";7418                "Known ";
7424              leaf rate {7419              leaf rate {
7425                type uint32 {7420                type uint32 {
7426                  range "0..4294967295" {7421                  range "0..4294967295" {
7427                    description7422                    description
7428                      "Packets Per Second (actual Min and Max range depends on platform)";7423                      "Packets Per Second (actual Min and Max range depends on platform)";
7429                  }7424                  }
7430                }7425                }
7431                description7426                description
7432                  "Rate in PPS";7427                  "Rate in PPS";
7433              }7428              }
7434            }7429            }
7435            container configured {7430            container configured {
7436              description7431              description
7437                "Configured";7432                "Configured";
7438              leaf rate {7433              leaf rate {
7439                type uint32 {7434                type uint32 {
7440                  range "0..4294967295" {7435                  range "0..4294967295" {
7441                    description7436                    description
7442                      "Packets Per Second (actual Min and Max range depends on platform)";7437                      "Packets Per Second (actual Min and Max range depends on platform)";
7443                  }7438                  }
7444                }7439                }
7445                description7440                description
7446                  "Rate in PPS";7441                  "Rate in PPS";
7447              }7442              }
7448            }7443            }
7449            container default {7444            container default {
7450              description7445              description
7451                "Default";7446                "Default";
7452              leaf rate {7447              leaf rate {
7453                type uint32 {7448                type uint32 {
7454                  range "0..4294967295" {7449                  range "0..4294967295" {
7455                    description7450                    description
7456                      "Packets Per Second (actual Min and Max range depends on platform)";7451                      "Packets Per Second (actual Min and Max range depends on platform)";
7457                  }7452                  }
7458                }7453                }
7459                description7454                description
7460                  "Rate in PPS";7455                  "Rate in PPS";
7461              }7456              }
7462            }7457            }
7463          }7458          }
7464          container snmp {7459          container snmp {
7465            description7460            description
7466              "SNMP ";7461              "SNMP ";
7467            leaf rate {7462            leaf rate {
7468              type uint32 {7463              type uint32 {
7469                range "0..4294967295" {7464                range "0..4294967295" {
7470                  description7465                  description
7471                    "Packets Per Second (actual Min and Max range depends on platform)";7466                    "Packets Per Second (actual Min and Max range depends on platform)";
7472                }7467                }
7473              }7468              }
7474              description7469              description
7475                "Rate in PPS";7470                "Rate in PPS";
7476            }7471            }
7477          }7472          }
7478          container ssh {7473          container ssh {
7479            description7474            description
7480              "SSH ";7475              "SSH ";
7481            container known {7476            container known {
7482              description7477              description
7483                "Known ";7478                "Known ";
7484              leaf rate {7479              leaf rate {
7485                type uint32 {7480                type uint32 {
7486                  range "0..4294967295" {7481                  range "0..4294967295" {
7487                    description7482                    description
7488                      "Packets Per Second (actual Min and Max range depends on platform)";7483                      "Packets Per Second (actual Min and Max range depends on platform)";
7489                  }7484                  }
7490                }7485                }
7491                description7486                description
7492                  "Rate in PPS";7487                  "Rate in PPS";
7493              }7488              }
7494            }7489            }
7495            container default {7490            container default {
7496              description7491              description
7497                "Default ";7492                "Default ";
7498              leaf rate {7493              leaf rate {
7499                type uint32 {7494                type uint32 {
7500                  range "0..4294967295" {7495                  range "0..4294967295" {
7501                    description7496                    description
7502                      "Packets Per Second (actual Min and Max range depends on platform)";7497                      "Packets Per Second (actual Min and Max range depends on platform)";
7503                  }7498                  }
7504                }7499                }
7505                description7500                description
7506                  "Rate in PPS";7501                  "Rate in PPS";
7507              }7502              }
7508            }7503            }
7509          }7504          }
7510          container http {7505          container http {
7511            description7506            description
7512              "HTTP ";7507              "HTTP ";
7513            container known {7508            container known {
7514              description7509              description
7515                "Known ";7510                "Known ";
7516              leaf rate {7511              leaf rate {
7517                type uint32 {7512                type uint32 {
7518                  range "0..4294967295" {7513                  range "0..4294967295" {
7519                    description7514                    description
7520                      "Packets Per Second (actual Min and Max range depends on platform)";7515                      "Packets Per Second (actual Min and Max range depends on platform)";
7521                  }7516                  }
7522                }7517                }
7523                description7518                description
7524                  "Rate in PPS";7519                  "Rate in PPS";
7525              }7520              }
7526            }7521            }
7527            container default {7522            container default {
7528              description7523              description
7529                "Default ";7524                "Default ";
7530              leaf rate {7525              leaf rate {
7531                type uint32 {7526                type uint32 {
7532                  range "0..4294967295" {7527                  range "0..4294967295" {
7533                    description7528                    description
7534                      "Packets Per Second (actual Min and Max range depends on platform)";7529                      "Packets Per Second (actual Min and Max range depends on platform)";
7535                  }7530                  }
7536                }7531                }
7537                description7532                description
7538                  "Rate in PPS";7533                  "Rate in PPS";
7539              }7534              }
7540            }7535            }
7541          }7536          }
7542          container shttp {7537          container shttp {
7543            description7538            description
7544              "SHTTP ";7539              "SHTTP ";
7545            container known {7540            container known {
7546              description7541              description
7547                "Known ";7542                "Known ";
7548              leaf rate {7543              leaf rate {
7549                type uint32 {7544                type uint32 {
7550                  range "0..4294967295" {7545                  range "0..4294967295" {
7551                    description7546                    description
7552                      "Packets Per Second (actual Min and Max range depends on platform)";7547                      "Packets Per Second (actual Min and Max range depends on platform)";
7553                  }7548                  }
7554                }7549                }
7555                description7550                description
7556                  "Rate in PPS";7551                  "Rate in PPS";
7557              }7552              }
7558            }7553            }
7559            container default {7554            container default {
7560              description7555              description
7561                "Default ";7556                "Default ";
7562              leaf rate {7557              leaf rate {
7563                type uint32 {7558                type uint32 {
7564                  range "0..4294967295" {7559                  range "0..4294967295" {
7565                    description7560                    description
7566                      "Packets Per Second (actual Min and Max range depends on platform)";7561                      "Packets Per Second (actual Min and Max range depends on platform)";
7567                  }7562                  }
7568                }7563                }
7569                description7564                description
7570                  "Rate in PPS";7565                  "Rate in PPS";
7571              }7566              }
7572            }7567            }
7573          }7568          }
7574          container telnet {7569          container telnet {
7575            description7570            description
7576              "TELNET ";7571              "TELNET ";
7577            container known {7572            container known {
7578              description7573              description
7579                "Known ";7574                "Known ";
7580              leaf rate {7575              leaf rate {
7581                type uint32 {7576                type uint32 {
7582                  range "0..4294967295" {7577                  range "0..4294967295" {
7583                    description7578                    description
7584                      "Packets Per Second (actual Min and Max range depends on platform)";7579                      "Packets Per Second (actual Min and Max range depends on platform)";
7585                  }7580                  }
7586                }7581                }
7587                description7582                description
7588                  "Rate in PPS";7583                  "Rate in PPS";
7589              }7584              }
7590            }7585            }
7591            container default {7586            container default {
7592              description7587              description
7593                "Default ";7588                "Default ";
7594              leaf rate {7589              leaf rate {
7595                type uint32 {7590                type uint32 {
7596                  range "0..4294967295" {7591                  range "0..4294967295" {
7597                    description7592                    description
7598                      "Packets Per Second (actual Min and Max range depends on platform)";7593                      "Packets Per Second (actual Min and Max range depends on platform)";
7599                  }7594                  }
7600                }7595                }
7601                description7596                description
7602                  "Rate in PPS";7597                  "Rate in PPS";
7603              }7598              }
7604            }7599            }
7605          }7600          }
7606          container css {7601          container css {
7607            description7602            description
7608              "CSS ";7603              "CSS ";
7609            container known {7604            container known {
7610              description7605              description
7611                "Known ";7606                "Known ";
7612              leaf rate {7607              leaf rate {
7613                type uint32 {7608                type uint32 {
7614                  range "0..4294967295" {7609                  range "0..4294967295" {
7615                    description7610                    description
7616                      "Packets Per Second (actual Min and Max range depends on platform)";7611                      "Packets Per Second (actual Min and Max range depends on platform)";
7617                  }7612                  }
7618                }7613                }
7619                description7614                description
7620                  "Rate in PPS";7615                  "Rate in PPS";
7621              }7616              }
7622            }7617            }
7623            container default {7618            container default {
7624              description7619              description
7625                "Default ";7620                "Default ";
7626              leaf rate {7621              leaf rate {
7627                type uint32 {7622                type uint32 {
7628                  range "0..4294967295" {7623                  range "0..4294967295" {
7629                    description7624                    description
7630                      "Packets Per Second (actual Min and Max range depends on platform)";7625                      "Packets Per Second (actual Min and Max range depends on platform)";
7631                  }7626                  }
7632                }7627                }
7633                description7628                description
7634                  "Rate in PPS";7629                  "Rate in PPS";
7635              }7630              }
7636            }7631            }
7637          }7632          }
7638          container rsh {7633          container rsh {
7639            description7634            description
7640              "RSH ";7635              "RSH ";
7641            container known {7636            container known {
7642              description7637              description
7643                "Known ";7638                "Known ";
7644              leaf rate {7639              leaf rate {
7645                type uint32 {7640                type uint32 {
7646                  range "0..4294967295" {7641                  range "0..4294967295" {
7647                    description7642                    description
7648                      "Packets Per Second (actual Min and Max range depends on platform)";7643                      "Packets Per Second (actual Min and Max range depends on platform)";
7649                  }7644                  }
7650                }7645                }
7651                description7646                description
7652                  "Rate in PPS";7647                  "Rate in PPS";
7653              }7648              }
7654            }7649            }
7655            container default {7650            container default {
7656              description7651              description
7657                "Default ";7652                "Default ";
7658              leaf rate {7653              leaf rate {
7659                type uint32 {7654                type uint32 {
7660                  range "0..4294967295" {7655                  range "0..4294967295" {
7661                    description7656                    description
7662                      "Packets Per Second (actual Min and Max range depends on platform)";7657                      "Packets Per Second (actual Min and Max range depends on platform)";
7663                  }7658                  }
7664                }7659                }
7665                description7660                description
7666                  "Rate in PPS";7661                  "Rate in PPS";
7667              }7662              }
7668            }7663            }
7669          }7664          }
7670          container udp {7665          container udp {
7671            description7666            description
7672              "UDP ";7667              "UDP ";
7673            container known {7668            container known {
7674              description7669              description
7675                "Known ";7670                "Known ";
7676              leaf rate {7671              leaf rate {
7677                type uint32 {7672                type uint32 {
7678                  range "0..4294967295" {7673                  range "0..4294967295" {
7679                    description7674                    description
7680                      "Packets Per Second (actual Min and Max range depends on platform)";7675                      "Packets Per Second (actual Min and Max range depends on platform)";
7681                  }7676                  }
7682                }7677                }
7683                description7678                description
7684                  "Rate in PPS";7679                  "Rate in PPS";
7685              }7680              }
7686            }7681            }
7687            container listen {7682            container listen {
7688              description7683              description
7689                "Listen ";7684                "Listen ";
7690              leaf rate {7685              leaf rate {
7691                type uint32 {7686                type uint32 {
7692                  range "0..4294967295" {7687                  range "0..4294967295" {
7693                    description7688                    description
7694                      "Packets Per Second (actual Min and Max range depends on platform)";7689                      "Packets Per Second (actual Min and Max range depends on platform)";
7695                  }7690                  }
7696                }7691                }
7697                description7692                description
7698                  "Rate in PPS";7693                  "Rate in PPS";
7699              }7694              }
7700            }7695            }
7701            container configured {7696            container configured {
7702              description7697              description
7703                "Config peer ";7698                "Config peer ";
7704              leaf rate {7699              leaf rate {
7705                type uint32 {7700                type uint32 {
7706                  range "0..4294967295" {7701                  range "0..4294967295" {
7707                    description7702                    description
7708                      "Packets Per Second (actual Min and Max range depends on platform)";7703                      "Packets Per Second (actual Min and Max range depends on platform)";
7709                  }7704                  }
7710                }7705                }
7711                description7706                description
7712                  "Rate in PPS";7707                  "Rate in PPS";
7713              }7708              }
7714            }7709            }
7715            container default {7710            container default {
7716              description7711              description
7717                "Default ";7712                "Default ";
7718              leaf rate {7713              leaf rate {
7719                type uint32 {7714                type uint32 {
7720                  range "0..4294967295" {7715                  range "0..4294967295" {
7721                    description7716                    description
7722                      "Packets Per Second (actual Min and Max range depends on platform)";7717                      "Packets Per Second (actual Min and Max range depends on platform)";
7723                  }7718                  }
7724                }7719                }
7725                description7720                description
7726                  "Rate in PPS";7721                  "Rate in PPS";
7727              }7722              }
7728            }7723            }
7729          }7724          }
7730          container tcp {7725          container tcp {
7731            description7726            description
7732              "TCP ";7727              "TCP ";
7733            container known {7728            container known {
7734              description7729              description
7735                "Known ";7730                "Known ";
7736              leaf rate {7731              leaf rate {
7737                type uint32 {7732                type uint32 {
7738                  range "0..4294967295" {7733                  range "0..4294967295" {
7739                    description7734                    description
7740                      "Packets Per Second (actual Min and Max range depends on platform)";7735                      "Packets Per Second (actual Min and Max range depends on platform)";
7741                  }7736                  }
7742                }7737                }
7743                description7738                description
7744                  "Rate in PPS";7739                  "Rate in PPS";
7745              }7740              }
7746            }7741            }
7747            container listen {7742            container listen {
7748              description7743              description
7749                "Listen ";7744                "Listen ";
7750              leaf rate {7745              leaf rate {
7751                type uint32 {7746                type uint32 {
7752                  range "0..4294967295" {7747                  range "0..4294967295" {
7753                    description7748                    description
7754                      "Packets Per Second (actual Min and Max range depends on platform)";7749                      "Packets Per Second (actual Min and Max range depends on platform)";
7755                  }7750                  }
7756                }7751                }
7757                description7752                description
7758                  "Rate in PPS";7753                  "Rate in PPS";
7759              }7754              }
7760            }7755            }
7761            container configured {7756            container configured {
7762              description7757              description
7763                "Configured ";7758                "Configured ";
7764              leaf rate {7759              leaf rate {
7765                type uint32 {7760                type uint32 {
7766                  range "0..4294967295" {7761                  range "0..4294967295" {
7767                    description7762                    description
7768                      "Packets Per Second (actual Min and Max range depends on platform)";7763                      "Packets Per Second (actual Min and Max range depends on platform)";
7769                  }7764                  }
7770                }7765                }
7771                description7766                description
7772                  "Rate in PPS";7767                  "Rate in PPS";
7773              }7768              }
7774            }7769            }
7775            container default {7770            container default {
7776              description7771              description
7777                "Default ";7772                "Default ";
7778              leaf rate {7773              leaf rate {
7779                type uint32 {7774                type uint32 {
7780                  range "0..4294967295" {7775                  range "0..4294967295" {
7781                    description7776                    description
7782                      "Packets Per Second (actual Min and Max range depends on platform)";7777                      "Packets Per Second (actual Min and Max range depends on platform)";
7783                  }7778                  }
7784                }7779                }
7785                description7780                description
7786                  "Rate in PPS";7781                  "Rate in PPS";
7787              }7782              }
7788            }7783            }
7789          }7784          }
7790          container multicast {7785          container multicast {
7791            description7786            description
7792              "Multicast ";7787              "Multicast ";
7793            container known {7788            container known {
7794              description7789              description
7795                "Known ";7790                "Known ";
7796              leaf rate {7791              leaf rate {
7797                type uint32 {7792                type uint32 {
7798                  range "0..4294967295" {7793                  range "0..4294967295" {
7799                    description7794                    description
7800                      "Packets Per Second (actual Min and Max range depends on platform)";7795                      "Packets Per Second (actual Min and Max range depends on platform)";
7801                  }7796                  }
7802                }7797                }
7803                description7798                description
7804                  "Rate in PPS";7799                  "Rate in PPS";
7805              }7800              }
7806            }7801            }
7807            container default {7802            container default {
7808              description7803              description
7809                "Default ";7804                "Default ";
7810              leaf rate {7805              leaf rate {
7811                type uint32 {7806                type uint32 {
7812                  range "0..4294967295" {7807                  range "0..4294967295" {
7813                    description7808                    description
7814                      "Packets Per Second (actual Min and Max range depends on platform)";7809                      "Packets Per Second (actual Min and Max range depends on platform)";
7815                  }7810                  }
7816                }7811                }
7817                description7812                description
7818                  "Rate in PPS";7813                  "Rate in PPS";
7819              }7814              }
7820            }7815            }
7821          }7816          }
7822          container raw {7817          container raw {
7823            description7818            description
7824              "Raw ";7819              "Raw ";
7825            container listen {7820            container listen {
7826              description7821              description
7827                "Listen ";7822                "Listen ";
7828              leaf rate {7823              leaf rate {
7829                type uint32 {7824                type uint32 {
7830                  range "0..4294967295" {7825                  range "0..4294967295" {
7831                    description7826                    description
7832                      "Packets Per Second (actual Min and Max range depends on platform)";7827                      "Packets Per Second (actual Min and Max range depends on platform)";
7833                  }7828                  }
7834                }7829                }
7835                description7830                description
7836                  "Rate in PPS";7831                  "Rate in PPS";
7837              }7832              }
7838            }7833            }
7839            container default {7834            container default {
7840              description7835              description
7841                "Default ";7836                "Default ";
7842              leaf rate {7837              leaf rate {
7843                type uint32 {7838                type uint32 {
7844                  range "0..4294967295" {7839                  range "0..4294967295" {
7845                    description7840                    description
7846                      "Packets Per Second (actual Min and Max range depends on platform)";7841                      "Packets Per Second (actual Min and Max range depends on platform)";
7847                  }7842                  }
7848                }7843                }
7849                description7844                description
7850                  "Rate in PPS";7845                  "Rate in PPS";
7851              }7846              }
7852            }7847            }
7853          }7848          }
7854          container ip-sla {7849          container ip-sla {
7855            description7850            description
7856              "IP-SLA ";7851              "IP-SLA ";
7857            leaf rate {7852            leaf rate {
7858              type uint32 {7853              type uint32 {
7859                range "0..4294967295" {7854                range "0..4294967295" {
7860                  description7855                  description
7861                    "Packets Per Second (actual Min and Max range depends on platform)";7856                    "Packets Per Second (actual Min and Max range depends on platform)";
7862                }7857                }
7863              }7858              }
7864              description7859              description
7865                "Rate in PPS";7860                "Rate in PPS";
7866            }7861            }
7867          }7862          }
7868          container eigrp {7863          container eigrp {
7869            description7864            description
7870              "EIGRP ";7865              "EIGRP ";
7871            leaf rate {7866            leaf rate {
7872              type uint32 {7867              type uint32 {
7873                range "0..4294967295" {7868                range "0..4294967295" {
7874                  description7869                  description
7875                    "Packets Per Second (actual Min and Max range depends on platform)";7870                    "Packets Per Second (actual Min and Max range depends on platform)";
7876                }7871                }
7877              }7872              }
7878              description7873              description
7879                "Rate in PPS";7874                "Rate in PPS";
7880            }7875            }
7881          }7876          }
7882          container rip {7877          container rip {
7883            description7878            description
7884              "RIP ";7879              "RIP ";
7885            leaf rate {7880            leaf rate {
7886              type uint32 {7881              type uint32 {
7887                range "0..4294967295" {7882                range "0..4294967295" {
7888                  description7883                  description
7889                    "Packets Per Second (actual Min and Max range depends on platform)";7884                    "Packets Per Second (actual Min and Max range depends on platform)";
7890                }7885                }
7891              }7886              }
7892              description7887              description
7893                "Rate in PPS";7888                "Rate in PPS";
7894            }7889            }
7895          }7890          }
7896          container l2tpv3 {7891          container l2tpv3 {
7897            description7892            description
7898              "L2TPv3 ";7893              "L2TPv3 ";
7899            leaf rate {7894            leaf rate {
7900              type uint32 {7895              type uint32 {
7901                range "0..4294967295" {7896                range "0..4294967295" {
7902                  description7897                  description
7903                    "Packets Per Second (actual Min and Max range depends on platform)";7898                    "Packets Per Second (actual Min and Max range depends on platform)";
7904                }7899                }
7905              }7900              }
7906              description7901              description
7907                "Rate in PPS";7902                "Rate in PPS";
7908            }7903            }
7909          }7904          }
7910          container pcep {7905          container pcep {
7911            description7906            description
7912              "PCEP ";7907              "PCEP ";
7913            leaf rate {7908            leaf rate {
7914              type uint32 {7909              type uint32 {
7915                range "0..4294967295" {7910                range "0..4294967295" {
7916                  description7911                  description
7917                    "Packets Per Second (actual Min and Max range depends on platform)";7912                    "Packets Per Second (actual Min and Max range depends on platform)";
7918                }7913                }
7919              }7914              }
7920              description7915              description
7921                "Rate in PPS";7916                "Rate in PPS";
7922            }7917            }
7923          }7918          }
7924          container gre {7919          container gre {
7925            description7920            description
7926              "GRE ";7921              "GRE ";
7927            leaf rate {7922            leaf rate {
7928              type uint32 {7923              type uint32 {
7929                range "0..4294967295" {7924                range "0..4294967295" {
7930                  description7925                  description
7931                    "Packets Per Second (actual Min and Max range depends on platform)";7926                    "Packets Per Second (actual Min and Max range depends on platform)";
7932                }7927                }
7933              }7928              }
7934              description7929              description
7935                "Rate in PPS";7930                "Rate in PPS";
7936            }7931            }
7937          }7932          }
7938          container vrrp {7933          container vrrp {
7939            description7934            description
7940              "VRRP ";7935              "VRRP ";
7941            leaf rate {7936            leaf rate {
7942              type uint32 {7937              type uint32 {
7943                range "0..4294967295" {7938                range "0..4294967295" {
7944                  description7939                  description
7945                    "Packets Per Second (actual Min and Max range depends on platform)";7940                    "Packets Per Second (actual Min and Max range depends on platform)";
7946                }7941                }
7947              }7942              }
7948              description7943              description
7949                "Rate in PPS";7944                "Rate in PPS";
7950            }7945            }
7951          }7946          }
7952          container hsrp {7947          container hsrp {
7953            description7948            description
7954              "HSRP ";7949              "HSRP ";
7955            leaf rate {7950            leaf rate {
7956              type uint32 {7951              type uint32 {
7957                range "0..4294967295" {7952                range "0..4294967295" {
7958                  description7953                  description
7959                    "Packets Per Second (actual Min and Max range depends on platform)";7954                    "Packets Per Second (actual Min and Max range depends on platform)";
7960                }7955                }
7961              }7956              }
7962              description7957              description
7963                "Rate in PPS";7958                "Rate in PPS";
7964            }7959            }
7965          }7960          }
7966          container mpls {7961          container mpls {
7967            description7962            description
7968              "MPLS ";7963              "MPLS ";
7969            container oam {7964            container oam {
7970              description7965              description
7971                "Oam ";7966                "Oam ";
7972              leaf rate {7967              leaf rate {
7973                type uint32 {7968                type uint32 {
7974                  range "0..4294967295" {7969                  range "0..4294967295" {
7975                    description7970                    description
7976                      "Packets Per Second (actual Min and Max range depends on platform)";7971                      "Packets Per Second (actual Min and Max range depends on platform)";
7977                  }7972                  }
7978                }7973                }
7979                description7974                description
7980                  "Rate in PPS";7975                  "Rate in PPS";
7981              }7976              }
7982            }7977            }
7983          }7978          }
7984          container l2tpv2 {7979          container l2tpv2 {
7985            description7980            description
7986              "L2TPv2 ";7981              "L2TPv2 ";
7987            container default {7982            container default {
7988              description7983              description
7989                "Default ";7984                "Default ";
7990              leaf rate {7985              leaf rate {
7991                type uint32 {7986                type uint32 {
7992                  range "0..4294967295" {7987                  range "0..4294967295" {
7993                    description7988                    description
7994                      "Packets Per Second (actual Min and Max range depends on platform)";7989                      "Packets Per Second (actual Min and Max range depends on platform)";
7995                  }7990                  }
7996                }7991                }
7997                description7992                description
7998                  "Rate in PPS";7993                  "Rate in PPS";
7999              }7994              }
8000            }7995            }
8001            container known {7996            container known {
8002              description7997              description
8003                "Known ";7998                "Known ";
8004              leaf rate {7999              leaf rate {
8005                type uint32 {8000                type uint32 {
8006                  range "0..4294967295" {8001                  range "0..4294967295" {
8007                    description8002                    description
8008                      "Packets Per Second (actual Min and Max range depends on platform)";8003                      "Packets Per Second (actual Min and Max range depends on platform)";
8009                  }8004                  }
8010                }8005                }
8011                description8006                description
8012                  "Rate in PPS";8007                  "Rate in PPS";
8013              }8008              }
8014            }8009            }
8015          }8010          }
8016          container dns {8011          container dns {
8017            description8012            description
8018              "DNS ";8013              "DNS ";
8019            leaf rate {8014            leaf rate {
8020              type uint32 {8015              type uint32 {
8021                range "0..4294967295" {8016                range "0..4294967295" {
8022                  description8017                  description
8023                    "Packets Per Second (actual Min and Max range depends on platform)";8018                    "Packets Per Second (actual Min and Max range depends on platform)";
8024                }8019                }
8025              }8020              }
8026              description8021              description
8027                "Rate in PPS";8022                "Rate in PPS";
8028            }8023            }
8029          }8024          }
8030          container radius {8025          container radius {
8031            description8026            description
8032              "RADIUS ";8027              "RADIUS ";
8033            leaf rate {8028            leaf rate {
8034              type uint32 {8029              type uint32 {
8035                range "0..4294967295" {8030                range "0..4294967295" {
8036                  description8031                  description
8037                    "Packets Per Second (actual Min and Max range depends on platform)";8032                    "Packets Per Second (actual Min and Max range depends on platform)";
8038                }8033                }
8039              }8034              }
8040              description8035              description
8041                "Rate in PPS";8036                "Rate in PPS";
8042            }8037            }
8043          }8038          }
8044          container tacacs {8039          container tacacs {
8045            description8040            description
8046              "TACACS ";8041              "TACACS ";
8047            leaf rate {8042            leaf rate {
8048              type uint32 {8043              type uint32 {
8049                range "0..4294967295" {8044                range "0..4294967295" {
8050                  description8045                  description
8051                    "Packets Per Second (actual Min and Max range depends on platform)";8046                    "Packets Per Second (actual Min and Max range depends on platform)";
8052                }8047                }
8053              }8048              }
8054              description8049              description
8055                "Rate in PPS";8050                "Rate in PPS";
8056            }8051            }
8057          }8052          }
8058          container ntp {8053          container ntp {
8059            description8054            description
8060              "NTP ";8055              "NTP ";
8061            container default {8056            container default {
8062              description8057              description
8063                "Default ";8058                "Default ";
8064              leaf rate {8059              leaf rate {
8065                type uint32 {8060                type uint32 {
8066                  range "0..4294967295" {8061                  range "0..4294967295" {
8067                    description8062                    description
8068                      "Packets Per Second (actual Min and Max range depends on platform)";8063                      "Packets Per Second (actual Min and Max range depends on platform)";
8069                  }8064                  }
8070                }8065                }
8071                description8066                description
8072                  "Rate in PPS";8067                  "Rate in PPS";
8073              }8068              }
8074            }8069            }
8075            container known {8070            container known {
8076              description8071              description
8077                "Known ";8072                "Known ";
8078              leaf rate {8073              leaf rate {
8079                type uint32 {8074                type uint32 {
8080                  range "0..4294967295" {8075                  range "0..4294967295" {
8081                    description8076                    description
8082                      "Packets Per Second (actual Min and Max range depends on platform)";8077                      "Packets Per Second (actual Min and Max range depends on platform)";
8083                  }8078                  }
8084                }8079                }
8085                description8080                description
8086                  "Rate in PPS";8081                  "Rate in PPS";
8087              }8082              }
8088            }8083            }
8089          }8084          }
8090          container mipv6 {8085          container mipv6 {
8091            description8086            description
8092              "MIPv6 ";8087              "MIPv6 ";
8093            leaf rate {8088            leaf rate {
8094              type uint32 {8089              type uint32 {
8095                range "0..4294967295" {8090                range "0..4294967295" {
8096                  description8091                  description
8097                    "Packets Per Second (actual Min and Max range depends on platform)";8092                    "Packets Per Second (actual Min and Max range depends on platform)";
8098                }8093                }
8099              }8094              }
8100              description8095              description
8101                "Rate in PPS";8096                "Rate in PPS";
8102            }8097            }
8103          }8098          }
8104          container amt {8099          container amt {
8105            description8100            description
8106              "AMT ";8101              "AMT ";
8107            leaf rate {8102            leaf rate {
8108              type uint32 {8103              type uint32 {
8109                range "0..4294967295" {8104                range "0..4294967295" {
8110                  description8105                  description
8111                    "Packets Per Second (actual Min and Max range depends on platform)";8106                    "Packets Per Second (actual Min and Max range depends on platform)";
8112                }8107                }
8113              }8108              }
8114              description8109              description
8115                "Rate in PPS";8110                "Rate in PPS";
8116            }8111            }
8117          }8112          }
8118          container sdac {8113          container sdac {
8119            description8114            description
8120              "SDAC-TCP ";8115              "SDAC-TCP ";
8121            leaf rate {8116            leaf rate {
8122              type uint32 {8117              type uint32 {
8123                range "0..4294967295" {8118                range "0..4294967295" {
8124                  description8119                  description
8125                    "Packets Per Second (actual Min and Max range depends on platform)";8120                    "Packets Per Second (actual Min and Max range depends on platform)";
8126                }8121                }
8127              }8122              }
8128              description8123              description
8129                "Rate in PPS";8124                "Rate in PPS";
8130            }8125            }
8131          }8126          }
8132          container radius-coa {8127          container radius-coa {
8133            description8128            description
8134              "RADIUS COA ";8129              "RADIUS COA ";
8135            leaf rate {8130            leaf rate {
8136              type uint32 {8131              type uint32 {
8137                range "0..4294967295" {8132                range "0..4294967295" {
8138                  description8133                  description
8139                    "Packets Per Second (actual Min and Max range depends on platform)";8134                    "Packets Per Second (actual Min and Max range depends on platform)";
8140                }8135                }
8141              }8136              }
8142              description8137              description
8143                "Rate in PPS";8138                "Rate in PPS";
8144            }8139            }
8145          }8140          }
8146          container rel-udp {8141          container rel-udp {
8147            description8142            description
8148              "Syslog/netflow packets";8143              "Syslog/netflow packets";
8149            leaf rate {8144            leaf rate {
8150              type uint32 {8145              type uint32 {
8151                range "0..4294967295" {8146                range "0..4294967295" {
8152                  description8147                  description
8153                    "Packets Per Second (actual Min and Max range depends on platform)";8148                    "Packets Per Second (actual Min and Max range depends on platform)";
8154                }8149                }
8155              }8150              }
8156              description8151              description
8157                "Rate in PPS";8152                "Rate in PPS";
8158            }8153            }
8159          }8154          }
8160          container dhcpv4 {8155          container dhcpv4 {
8161            description8156            description
8162              "DHCPv4 ";8157              "DHCPv4 ";
8163            leaf rate {8158            leaf rate {
8164              type uint32 {8159              type uint32 {
8165                range "0..4294967295" {8160                range "0..4294967295" {
8166                  description8161                  description
8167                    "Packets Per Second (actual Min and Max range depends on platform)";8162                    "Packets Per Second (actual Min and Max range depends on platform)";
8168                }8163                }
8169              }8164              }
8170              description8165              description
8171                "Rate in PPS";8166                "Rate in PPS";
8172            }8167            }
8173          }8168          }
8174          container dhcpv6 {8169          container dhcpv6 {
8175            description8170            description
8176              "DHCPv6 ";8171              "DHCPv6 ";
8177            leaf rate {8172            leaf rate {
8178              type uint32 {8173              type uint32 {
8179                range "0..4294967295" {8174                range "0..4294967295" {
8180                  description8175                  description
8181                    "Packets Per Second (actual Min and Max range depends on platform)";8176                    "Packets Per Second (actual Min and Max range depends on platform)";
8182                }8177                }
8183              }8178              }
8184              description8179              description
8185                "Rate in PPS";8180                "Rate in PPS";
8186            }8181            }
8187          }8182          }
8188          container onepk {8183          container onepk {
8189            description8184            description
8190              "ONEPK ";8185              "ONEPK ";
8191            leaf rate {8186            leaf rate {
8192              type uint32 {8187              type uint32 {
8193                range "0..4294967295" {8188                range "0..4294967295" {
8194                  description8189                  description
8195                    "Packets Per Second (actual Min and Max range depends on platform)";8190                    "Packets Per Second (actual Min and Max range depends on platform)";
8196                }8191                }
8197              }8192              }
8198              description8193              description
8199                "Rate in PPS";8194                "Rate in PPS";
8200            }8195            }
8201          }8196          }
8202          container tpa {8197          container tpa {
8203            description8198            description
8204              "Third Party Applications";8199              "Third Party Applications";
8205            leaf rate {8200            leaf rate {
8206              type uint32 {8201              type uint32 {
8207                range "0..4294967295" {8202                range "0..4294967295" {
8208                  description8203                  description
8209                    "Packets Per Second (actual Min and Max range depends on platform)";8204                    "Packets Per Second (actual Min and Max range depends on platform)";
8210                }8205                }
8211              }8206              }
8212              description8207              description
8213                "Rate in PPS";8208                "Rate in PPS";
8214            }8209            }
8215          }8210          }
8216          container ietf-bob {8211          container ietf-bob {
8217            description8212            description
8218              "IETF BOB Packets";8213              "IETF BOB Packets";
8219            leaf rate {8214            leaf rate {
8220              type uint32 {8215              type uint32 {
8221                range "0..4294967295" {8216                range "0..4294967295" {
8222                  description8217                  description
8223                    "Packets Per Second (actual Min and Max range depends on platform)";8218                    "Packets Per Second (actual Min and Max range depends on platform)";
8224                }8219                }
8225              }8220              }
8226              description8221              description
8227                "Rate in PPS";8222                "Rate in PPS";
8228            }8223            }
8229          }8224          }
8230          container xipc {8225          container xipc {
8231            if-feature "pifib_xipc_throt_policer_config_check";8226            if-feature "pifib_xipc_throt_policer_config_check";
8232            description8227            description
8233              "XIPC rate limit";8228              "XIPC rate limit";
8234            leaf rate {8229            leaf rate {
8235              type uint32 {8230              type uint32 {
8236                range "0..4294967295" {8231                range "0..4294967295" {
8237                  description8232                  description
8238                    "Packets Per Second (actual Min and Max range depends on platform)";8233                    "Packets Per Second (actual Min and Max range depends on platform)";
8239                }8234                }
8240              }8235              }
8241              description8236              description
8242                "Rate in PPS";8237                "Rate in PPS";
8243            }8238            }
8244          }8239          }
8245          container pm-twamp {8240          container pm-twamp {
8246            description8241            description
8247              "PM TWAMP Packets";8242              "PM TWAMP Packets";
8248            leaf rate {8243            leaf rate {
8249              type uint32 {8244              type uint32 {
8250                range "0..4294967295" {8245                range "0..4294967295" {
8251                  description8246                  description
8252                    "Packets Per Second (actual Min and Max range depends on platform)";8247                    "Packets Per Second (actual Min and Max range depends on platform)";
8253                }8248                }
8254              }8249              }
8255              description8250              description
8256                "Rate in PPS";8251                "Rate in PPS";
8257            }8252            }
8258          }8253          }
8259        }8254        }
8260      }8255      }
8261      container np6 {8256      container np6 {
8262        description8257        description
8263          "Np number";8258          "Np number";
8264        container flow {8259        container flow {
8265          description8260          description
8266            "lpts flow type";8261            "lpts flow type";
8267          container fragment {8262          container fragment {
8268            description8263            description
8269              "Fragmented IP packets";8264              "Fragmented IP packets";
8270            leaf rate {8265            leaf rate {
8271              type uint32 {8266              type uint32 {
8272                range "0..4294967295" {8267                range "0..4294967295" {
8273                  description8268                  description
8274                    "Packets Per Second (actual Min and Max range depends on platform)";8269                    "Packets Per Second (actual Min and Max range depends on platform)";
8275                }8270                }
8276              }8271              }
8277              description8272              description
8278                "Rate in PPS";8273                "Rate in PPS";
8279            }8274            }
8280          }8275          }
8281          container ospf {8276          container ospf {
8282            description8277            description
8283              "OSPF ";8278              "OSPF ";
8284            container unicast {8279            container unicast {
8285              description8280              description
8286                "Unicast ";8281                "Unicast ";
8287              container known {8282              container known {
8288                description8283                description
8289                  "Known ";8284                  "Known ";
8290                leaf rate {8285                leaf rate {
8291                  type uint32 {8286                  type uint32 {
8292                    range "0..4294967295" {8287                    range "0..4294967295" {
8293                      description8288                      description
8294                        "Packets Per Second (actual Min and Max range depends on platform)";8289                        "Packets Per Second (actual Min and Max range depends on platform)";
8295                    }8290                    }
8296                  }8291                  }
8297                  description8292                  description
8298                    "Rate in PPS";8293                    "Rate in PPS";
8299                }8294                }
8300              }8295              }
8301              container default {8296              container default {
8302                description8297                description
8303                  "Default ";8298                  "Default ";
8304                leaf rate {8299                leaf rate {
8305                  type uint32 {8300                  type uint32 {
8306                    range "0..4294967295" {8301                    range "0..4294967295" {
8307                      description8302                      description
8308                        "Packets Per Second (actual Min and Max range depends on platform)";8303                        "Packets Per Second (actual Min and Max range depends on platform)";
8309                    }8304                    }
8310                  }8305                  }
8311                  description8306                  description
8312                    "Rate in PPS";8307                    "Rate in PPS";
8313                }8308                }
8314              }8309              }
8315            }8310            }
8316            container multicast {8311            container multicast {
8317              description8312              description
8318                "Multicast";8313                "Multicast";
8319              container known {8314              container known {
8320                description8315                description
8321                  "Known ";8316                  "Known ";
8322                leaf rate {8317                leaf rate {
8323                  type uint32 {8318                  type uint32 {
8324                    range "0..4294967295" {8319                    range "0..4294967295" {
8325                      description8320                      description
8326                        "Packets Per Second (actual Min and Max range depends on platform)";8321                        "Packets Per Second (actual Min and Max range depends on platform)";
8327                    }8322                    }
8328                  }8323                  }
8329                  description8324                  description
8330                    "Rate in PPS";8325                    "Rate in PPS";
8331                }8326                }
8332              }8327              }
8333              container default {8328              container default {
8334                description8329                description
8335                  "Default ";8330                  "Default ";
8336                leaf rate {8331                leaf rate {
8337                  type uint32 {8332                  type uint32 {
8338                    range "0..4294967295" {8333                    range "0..4294967295" {
8339                      description8334                      description
8340                        "Packets Per Second (actual Min and Max range depends on platform)";8335                        "Packets Per Second (actual Min and Max range depends on platform)";
8341                    }8336                    }
8342                  }8337                  }
8343                  description8338                  description
8344                    "Rate in PPS";8339                    "Rate in PPS";
8345                }8340                }
8346              }8341              }
8347            }8342            }
8348          }8343          }
8349          container isis {8344          container isis {
8350            description8345            description
8351              "ISIS ";8346              "ISIS ";
8352            container known {8347            container known {
8353              description8348              description
8354                "Known ";8349                "Known ";
8355              leaf rate {8350              leaf rate {
8356                type uint32 {8351                type uint32 {
8357                  range "0..4294967295" {8352                  range "0..4294967295" {
8358                    description8353                    description
8359                      "Packets Per Second (actual Min and Max range depends on platform)";8354                      "Packets Per Second (actual Min and Max range depends on platform)";
8360                  }8355                  }
8361                }8356                }
8362                description8357                description
8363                  "Rate in PPS";8358                  "Rate in PPS";
8364              }8359              }
8365            }8360            }
8366            container default {8361            container default {
8367              description8362              description
8368                "Default ";8363                "Default ";
8369              leaf rate {8364              leaf rate {
8370                type uint32 {8365                type uint32 {
8371                  range "0..4294967295" {8366                  range "0..4294967295" {
8372                    description8367                    description
8373                      "Packets Per Second (actual Min and Max range depends on platform)";8368                      "Packets Per Second (actual Min and Max range depends on platform)";
8374                  }8369                  }
8375                }8370                }
8376                description8371                description
8377                  "Rate in PPS";8372                  "Rate in PPS";
8378              }8373              }
8379            }8374            }
8380          }8375          }
8381          container bfd {8376          container bfd {
8382            description8377            description
8383              "BFD ";8378              "BFD ";
8384            container known {8379            container known {
8385              description8380              description
8386                "Known ";8381                "Known ";
8387              leaf rate {8382              leaf rate {
8388                type uint32 {8383                type uint32 {
8389                  range "0..4294967295" {8384                  range "0..4294967295" {
8390                    description8385                    description
8391                      "Packets Per Second (actual Min and Max range depends on platform)";8386                      "Packets Per Second (actual Min and Max range depends on platform)";
8392                  }8387                  }
8393                }8388                }
8394                description8389                description
8395                  "Rate in PPS";8390                  "Rate in PPS";
8396              }8391              }
8397            }8392            }
8398            container default {8393            container default {
8399              description8394              description
8400                "Default ";8395                "Default ";
8401              leaf rate {8396              leaf rate {
8402                type uint32 {8397                type uint32 {
8403                  range "0..4294967295" {8398                  range "0..4294967295" {
8404                    description8399                    description
8405                      "Packets Per Second (actual Min and Max range depends on platform)";8400                      "Packets Per Second (actual Min and Max range depends on platform)";
8406                  }8401                  }
8407                }8402                }
8408                description8403                description
8409                  "Rate in PPS";8404                  "Rate in PPS";
8410              }8405              }
8411            }8406            }
8412            container singlepath {8407            container singlepath {
8413              description8408              description
8414                "Singlepath ";8409                "Singlepath ";
8415              leaf rate {8410              leaf rate {
8416                type uint32 {8411                type uint32 {
8417                  range "0..4294967295" {8412                  range "0..4294967295" {
8418                    description8413                    description
8419                      "Packets Per Second (actual Min and Max range depends on platform)";8414                      "Packets Per Second (actual Min and Max range depends on platform)";
8420                  }8415                  }
8421                }8416                }
8422                description8417                description
8423                  "Rate in PPS";8418                  "Rate in PPS";
8424              }8419              }
8425            }8420            }
8426          }8421          }
8427          container bgp {8422          container bgp {
8428            description8423            description
8429              "BGP ";8424              "BGP ";
8430            container known {8425            container known {
8431              description8426              description
8432                "Known ";8427                "Known ";
8433              leaf rate {8428              leaf rate {
8434                type uint32 {8429                type uint32 {
8435                  range "0..4294967295" {8430                  range "0..4294967295" {
8436                    description8431                    description
8437                      "Packets Per Second (actual Min and Max range depends on platform)";8432                      "Packets Per Second (actual Min and Max range depends on platform)";
8438                  }8433                  }
8439                }8434                }
8440                description8435                description
8441                  "Rate in PPS";8436                  "Rate in PPS";
8442              }8437              }
8443            }8438            }
8444            container configured {8439            container configured {
8445              description8440              description
8446                "Configured";8441                "Configured";
8447              leaf rate {8442              leaf rate {
8448                type uint32 {8443                type uint32 {
8449                  range "0..4294967295" {8444                  range "0..4294967295" {
8450                    description8445                    description
8451                      "Packets Per Second (actual Min and Max range depends on platform)";8446                      "Packets Per Second (actual Min and Max range depends on platform)";
8452                  }8447                  }
8453                }8448                }
8454                description8449                description
8455                  "Rate in PPS";8450                  "Rate in PPS";
8456              }8451              }
8457            }8452            }
8458            container default {8453            container default {
8459              description8454              description
8460                "Default ";8455                "Default ";
8461              leaf rate {8456              leaf rate {
8462                type uint32 {8457                type uint32 {
8463                  range "0..4294967295" {8458                  range "0..4294967295" {
8464                    description8459                    description
8465                      "Packets Per Second (actual Min and Max range depends on platform)";8460                      "Packets Per Second (actual Min and Max range depends on platform)";
8466                  }8461                  }
8467                }8462                }
8468                description8463                description
8469                  "Rate in PPS";8464                  "Rate in PPS";
8470              }8465              }
8471            }8466            }
8472          }8467          }
8473          container pim {8468          container pim {
8474            description8469            description
8475              "PIM ";8470              "PIM ";
8476            container unicast {8471            container unicast {
8477              description8472              description
8478                "Unicast ";8473                "Unicast ";
8479              leaf rate {8474              leaf rate {
8480                type uint32 {8475                type uint32 {
8481                  range "0..4294967295" {8476                  range "0..4294967295" {
8482                    description8477                    description
8483                      "Packets Per Second (actual Min and Max range depends on platform)";8478                      "Packets Per Second (actual Min and Max range depends on platform)";
8484                  }8479                  }
8485                }8480                }
8486                description8481                description
8487                  "Rate in PPS";8482                  "Rate in PPS";
8488              }8483              }
8489            }8484            }
8490            container multicast {8485            container multicast {
8491              description8486              description
8492                "Multicast";8487                "Multicast";
8493              container known {8488              container known {
8494                description8489                description
8495                  "Known ";8490                  "Known ";
8496                leaf rate {8491                leaf rate {
8497                  type uint32 {8492                  type uint32 {
8498                    range "0..4294967295" {8493                    range "0..4294967295" {
8499                      description8494                      description
8500                        "Packets Per Second (actual Min and Max range depends on platform)";8495                        "Packets Per Second (actual Min and Max range depends on platform)";
8501                    }8496                    }
8502                  }8497                  }
8503                  description8498                  description
8504                    "Rate in PPS";8499                    "Rate in PPS";
8505                }8500                }
8506              }8501              }
8507              container default {8502              container default {
8508                description8503                description
8509                  "Default ";8504                  "Default ";
8510                leaf rate {8505                leaf rate {
8511                  type uint32 {8506                  type uint32 {
8512                    range "0..4294967295" {8507                    range "0..4294967295" {
8513                      description8508                      description
8514                        "Packets Per Second (actual Min and Max range depends on platform)";8509                        "Packets Per Second (actual Min and Max range depends on platform)";
8515                    }8510                    }
8516                  }8511                  }
8517                  description8512                  description
8518                    "Rate in PPS";8513                    "Rate in PPS";
8519                }8514                }
8520              }8515              }
8521            }8516            }
8522          }8517          }
8523          container igmp {8518          container igmp {
8524            description8519            description
8525              "IGMP ";8520              "IGMP ";
8526            leaf rate {8521            leaf rate {
8527              type uint32 {8522              type uint32 {
8528                range "0..4294967295" {8523                range "0..4294967295" {
8529                  description8524                  description
8530                    "Packets Per Second (actual Min and Max range depends on platform)";8525                    "Packets Per Second (actual Min and Max range depends on platform)";
8531                }8526                }
8532              }8527              }
8533              description8528              description
8534                "Rate in PPS";8529                "Rate in PPS";
8535            }8530            }
8536          }8531          }
8537          container icmp {8532          container icmp {
8538            description8533            description
8539              "ICMP ";8534              "ICMP ";
8540            container local {8535            container local {
8541              description8536              description
8542                "Local interest packets ";8537                "Local interest packets ";
8543              leaf rate {8538              leaf rate {
8544                type uint32 {8539                type uint32 {
8545                  range "0..4294967295" {8540                  range "0..4294967295" {
8546                    description8541                    description
8547                      "Packets Per Second (actual Min and Max range depends on platform)";8542                      "Packets Per Second (actual Min and Max range depends on platform)";
8548                  }8543                  }
8549                }8544                }
8550                description8545                description
8551                  "Rate in PPS";8546                  "Rate in PPS";
8552              }8547              }
8553            }8548            }
8554            container application {8549            container application {
8555              description8550              description
8556                "Specific application packets ";8551                "Specific application packets ";
8557              leaf rate {8552              leaf rate {
8558                type uint32 {8553                type uint32 {
8559                  range "0..4294967295" {8554                  range "0..4294967295" {
8560                    description8555                    description
8561                      "Packets Per Second (actual Min and Max range depends on platform)";8556                      "Packets Per Second (actual Min and Max range depends on platform)";
8562                  }8557                  }
8563                }8558                }
8564                description8559                description
8565                  "Rate in PPS";8560                  "Rate in PPS";
8566              }8561              }
8567            }8562            }
8568            container control {8563            container control {
8569              description8564              description
8570                "Control packets ";8565                "Control packets ";
8571              leaf rate {8566              leaf rate {
8572                type uint32 {8567                type uint32 {
8573                  range "0..4294967295" {8568                  range "0..4294967295" {
8574                    description8569                    description
8575                      "Packets Per Second (actual Min and Max range depends on platform)";8570                      "Packets Per Second (actual Min and Max range depends on platform)";
8576                  }8571                  }
8577                }8572                }
8578                description8573                description
8579                  "Rate in PPS";8574                  "Rate in PPS";
8580              }8575              }
8581            }8576            }
8582            container default {8577            container default {
8583              description8578              description
8584                "Default packets ";8579                "Default packets ";
8585              leaf rate {8580              leaf rate {
8586                type uint32 {8581                type uint32 {
8587                  range "0..4294967295" {8582                  range "0..4294967295" {
8588                    description8583                    description
8589                      "Packets Per Second (actual Min and Max range depends on platform)";8584                      "Packets Per Second (actual Min and Max range depends on platform)";
8590                  }8585                  }
8591                }8586                }
8592                description8587                description
8593                  "Rate in PPS";8588                  "Rate in PPS";
8594              }8589              }
8595            }8590            }
8596            container generic {8591            container generic {
8597              description8592              description
8598                "Generic application packets ";8593                "Generic application packets ";
8599              container echo-reply {8594              container echo-reply {
8600                description8595                description
8601                  "Echo-reply packets ";8596                  "Echo-reply packets ";
8602                leaf rate {8597                leaf rate {
8603                  type uint32 {8598                  type uint32 {
8604                    range "0..4294967295" {8599                    range "0..4294967295" {
8605                      description8600                      description
8606                        "Packets Per Second (actual Min and Max range depends on platform)";8601                        "Packets Per Second (actual Min and Max range depends on platform)";
8607                    }8602                    }
8608                  }8603                  }
8609                  description8604                  description
8610                    "Rate in PPS";8605                    "Rate in PPS";
8611                }8606                }
8612              }8607              }
8613            }8608            }
8614          }8609          }
8615          container all-routers {8610          container all-routers {
8616            description8611            description
8617              "All Routers";8612              "All Routers";
8618            leaf rate {8613            leaf rate {
8619              type uint32 {8614              type uint32 {
8620                range "0..4294967295" {8615                range "0..4294967295" {
8621                  description8616                  description
8622                    "Packets Per Second (actual Min and Max range depends on platform)";8617                    "Packets Per Second (actual Min and Max range depends on platform)";
8623                }8618                }
8624              }8619              }
8625              description8620              description
8626                "Rate in PPS";8621                "Rate in PPS";
8627            }8622            }
8628          }8623          }
8629          container lmp {8624          container lmp {
8630            description8625            description
8631              "LMP ";8626              "LMP ";
8632            container tcp {8627            container tcp {
8633              description8628              description
8634                "TCP ";8629                "TCP ";
8635              container known {8630              container known {
8636                description8631                description
8637                  "Known ";8632                  "Known ";
8638                leaf rate {8633                leaf rate {
8639                  type uint32 {8634                  type uint32 {
8640                    range "0..4294967295" {8635                    range "0..4294967295" {
8641                      description8636                      description
8642                        "Packets Per Second (actual Min and Max range depends on platform)";8637                        "Packets Per Second (actual Min and Max range depends on platform)";
8643                    }8638                    }
8644                  }8639                  }
8645                  description8640                  description
8646                    "Rate in PPS";8641                    "Rate in PPS";
8647                }8642                }
8648              }8643              }
8649              container configured {8644              container configured {
8650                description8645                description
8651                  "Configured";8646                  "Configured";
8652                leaf rate {8647                leaf rate {
8653                  type uint32 {8648                  type uint32 {
8654                    range "0..4294967295" {8649                    range "0..4294967295" {
8655                      description8650                      description
8656                        "Packets Per Second (actual Min and Max range depends on platform)";8651                        "Packets Per Second (actual Min and Max range depends on platform)";
8657                    }8652                    }
8658                  }8653                  }
8659                  description8654                  description
8660                    "Rate in PPS";8655                    "Rate in PPS";
8661                }8656                }
8662              }8657              }
8663              container default {8658              container default {
8664                description8659                description
8665                  "Default ";8660                  "Default ";
8666                leaf rate {8661                leaf rate {
8667                  type uint32 {8662                  type uint32 {
8668                    range "0..4294967295" {8663                    range "0..4294967295" {
8669                      description8664                      description
8670                        "Packets Per Second (actual Min and Max range depends on platform)";8665                        "Packets Per Second (actual Min and Max range depends on platform)";
8671                    }8666                    }
8672                  }8667                  }
8673                  description8668                  description
8674                    "Rate in PPS";8669                    "Rate in PPS";
8675                }8670                }
8676              }8671              }
8677            }8672            }
8678            container udp {8673            container udp {
8679              description8674              description
8680                "UDP ";8675                "UDP ";
8681              leaf rate {8676              leaf rate {
8682                type uint32 {8677                type uint32 {
8683                  range "0..4294967295" {8678                  range "0..4294967295" {
8684                    description8679                    description
8685                      "Packets Per Second (actual Min and Max range depends on platform)";8680                      "Packets Per Second (actual Min and Max range depends on platform)";
8686                  }8681                  }
8687                }8682                }
8688                description8683                description
8689                  "Rate in PPS";8684                  "Rate in PPS";
8690              }8685              }
8691            }8686            }
8692          }8687          }
8693          container rsvp {8688          container rsvp {
8694            description8689            description
8695              "RSVP ";8690              "RSVP ";
8696            container default {8691            container default {
8697              description8692              description
8698                "RSVP Default ";8693                "RSVP Default ";
8699              leaf rate {8694              leaf rate {
8700                type uint32 {8695                type uint32 {
8701                  range "0..4294967295" {8696                  range "0..4294967295" {
8702                    description8697                    description
8703                      "Packets Per Second (actual Min and Max range depends on platform)";8698                      "Packets Per Second (actual Min and Max range depends on platform)";
8704                  }8699                  }
8705                }8700                }
8706                description8701                description
8707                  "Rate in PPS";8702                  "Rate in PPS";
8708              }8703              }
8709            }8704            }
8710            container known {8705            container known {
8711              description8706              description
8712                "RSVP Known ";8707                "RSVP Known ";
8713              leaf rate {8708              leaf rate {
8714                type uint32 {8709                type uint32 {
8715                  range "0..4294967295" {8710                  range "0..4294967295" {
8716                    description8711                    description
8717                      "Packets Per Second (actual Min and Max range depends on platform)";8712                      "Packets Per Second (actual Min and Max range depends on platform)";
8718                  }8713                  }
8719                }8714                }
8720                description8715                description
8721                  "Rate in PPS";8716                  "Rate in PPS";
8722              }8717              }
8723            }8718            }
8724            container udp {8719            container udp {
8725              description8720              description
8726                "UDP";8721                "UDP";
8727              leaf rate {8722              leaf rate {
8728                type uint32 {8723                type uint32 {
8729                  range "0..4294967295" {8724                  range "0..4294967295" {
8730                    description8725                    description
8731                      "Packets Per Second (actual Min and Max range depends on platform)";8726                      "Packets Per Second (actual Min and Max range depends on platform)";
8732                  }8727                  }
8733                }8728                }
8734                description8729                description
8735                  "Rate in PPS";8730                  "Rate in PPS";
8736              }8731              }
8737            }8732            }
8738          }8733          }
8739          container ike {8734          container ike {
8740            description8735            description
8741              "IKE ";8736              "IKE ";
8742            leaf rate {8737            leaf rate {
8743              type uint32 {8738              type uint32 {
8744                range "0..4294967295" {8739                range "0..4294967295" {
8745                  description8740                  description
8746                    "Packets Per Second (actual Min and Max range depends on platform)";8741                    "Packets Per Second (actual Min and Max range depends on platform)";
8747                }8742                }
8748              }8743              }
8749              description8744              description
8750                "Rate in PPS";8745                "Rate in PPS";
8751            }8746            }
8752          }8747          }
8753          container ipsec {8748          container ipsec {
8754            description8749            description
8755              "IPSEC ";8750              "IPSEC ";
8756            container known {8751            container known {
8757              description8752              description
8758                "Known ";8753                "Known ";
8759              leaf rate {8754              leaf rate {
8760                type uint32 {8755                type uint32 {
8761                  range "0..4294967295" {8756                  range "0..4294967295" {
8762                    description8757                    description
8763                      "Packets Per Second (actual Min and Max range depends on platform)";8758                      "Packets Per Second (actual Min and Max range depends on platform)";
8764                  }8759                  }
8765                }8760                }
8766                description8761                description
8767                  "Rate in PPS";8762                  "Rate in PPS";
8768              }8763              }
8769            }8764            }
8770            container default {8765            container default {
8771              description8766              description
8772                "Default ";8767                "Default ";
8773              leaf rate {8768              leaf rate {
8774                type uint32 {8769                type uint32 {
8775                  range "0..4294967295" {8770                  range "0..4294967295" {
8776                    description8771                    description
8777                      "Packets Per Second (actual Min and Max range depends on platform)";8772                      "Packets Per Second (actual Min and Max range depends on platform)";
8778                  }8773                  }
8779                }8774                }
8780                description8775                description
8781                  "Rate in PPS";8776                  "Rate in PPS";
8782              }8777              }
8783            }8778            }
8784          }8779          }
8785          container msdp {8780          container msdp {
8786            description8781            description
8787              "MSDP ";8782              "MSDP ";
8788            container known {8783            container known {
8789              description8784              description
8790                "Known ";8785                "Known ";
8791              leaf rate {8786              leaf rate {
8792                type uint32 {8787                type uint32 {
8793                  range "0..4294967295" {8788                  range "0..4294967295" {
8794                    description8789                    description
8795                      "Packets Per Second (actual Min and Max range depends on platform)";8790                      "Packets Per Second (actual Min and Max range depends on platform)";
8796                  }8791                  }
8797                }8792                }
8798                description8793                description
8799                  "Rate in PPS";8794                  "Rate in PPS";
8800              }8795              }
8801            }8796            }
8802            container configured {8797            container configured {
8803              description8798              description
8804                "Configured";8799                "Configured";
8805              leaf rate {8800              leaf rate {
8806                type uint32 {8801                type uint32 {
8807                  range "0..4294967295" {8802                  range "0..4294967295" {
8808                    description8803                    description
8809                      "Packets Per Second (actual Min and Max range depends on platform)";8804                      "Packets Per Second (actual Min and Max range depends on platform)";
8810                  }8805                  }
8811                }8806                }
8812                description8807                description
8813                  "Rate in PPS";8808                  "Rate in PPS";
8814              }8809              }
8815            }8810            }
8816            container default {8811            container default {
8817              description8812              description
8818                "Default";8813                "Default";
8819              leaf rate {8814              leaf rate {
8820                type uint32 {8815                type uint32 {
8821                  range "0..4294967295" {8816                  range "0..4294967295" {
8822                    description8817                    description
8823                      "Packets Per Second (actual Min and Max range depends on platform)";8818                      "Packets Per Second (actual Min and Max range depends on platform)";
8824                  }8819                  }
8825                }8820                }
8826                description8821                description
8827                  "Rate in PPS";8822                  "Rate in PPS";
8828              }8823              }
8829            }8824            }
8830          }8825          }
8831          container snmp {8826          container snmp {
8832            description8827            description
8833              "SNMP ";8828              "SNMP ";
8834            leaf rate {8829            leaf rate {
8835              type uint32 {8830              type uint32 {
8836                range "0..4294967295" {8831                range "0..4294967295" {
8837                  description8832                  description
8838                    "Packets Per Second (actual Min and Max range depends on platform)";8833                    "Packets Per Second (actual Min and Max range depends on platform)";
8839                }8834                }
8840              }8835              }
8841              description8836              description
8842                "Rate in PPS";8837                "Rate in PPS";
8843            }8838            }
8844          }8839          }
8845          container ssh {8840          container ssh {
8846            description8841            description
8847              "SSH ";8842              "SSH ";
8848            container known {8843            container known {
8849              description8844              description
8850                "Known ";8845                "Known ";
8851              leaf rate {8846              leaf rate {
8852                type uint32 {8847                type uint32 {
8853                  range "0..4294967295" {8848                  range "0..4294967295" {
8854                    description8849                    description
8855                      "Packets Per Second (actual Min and Max range depends on platform)";8850                      "Packets Per Second (actual Min and Max range depends on platform)";
8856                  }8851                  }
8857                }8852                }
8858                description8853                description
8859                  "Rate in PPS";8854                  "Rate in PPS";
8860              }8855              }
8861            }8856            }
8862            container default {8857            container default {
8863              description8858              description
8864                "Default ";8859                "Default ";
8865              leaf rate {8860              leaf rate {
8866                type uint32 {8861                type uint32 {
8867                  range "0..4294967295" {8862                  range "0..4294967295" {
8868                    description8863                    description
8869                      "Packets Per Second (actual Min and Max range depends on platform)";8864                      "Packets Per Second (actual Min and Max range depends on platform)";
8870                  }8865                  }
8871                }8866                }
8872                description8867                description
8873                  "Rate in PPS";8868                  "Rate in PPS";
8874              }8869              }
8875            }8870            }
8876          }8871          }
8877          container http {8872          container http {
8878            description8873            description
8879              "HTTP ";8874              "HTTP ";
8880            container known {8875            container known {
8881              description8876              description
8882                "Known ";8877                "Known ";
8883              leaf rate {8878              leaf rate {
8884                type uint32 {8879                type uint32 {
8885                  range "0..4294967295" {8880                  range "0..4294967295" {
8886                    description8881                    description
8887                      "Packets Per Second (actual Min and Max range depends on platform)";8882                      "Packets Per Second (actual Min and Max range depends on platform)";
8888                  }8883                  }
8889                }8884                }
8890                description8885                description
8891                  "Rate in PPS";8886                  "Rate in PPS";
8892              }8887              }
8893            }8888            }
8894            container default {8889            container default {
8895              description8890              description
8896                "Default ";8891                "Default ";
8897              leaf rate {8892              leaf rate {
8898                type uint32 {8893                type uint32 {
8899                  range "0..4294967295" {8894                  range "0..4294967295" {
8900                    description8895                    description
8901                      "Packets Per Second (actual Min and Max range depends on platform)";8896                      "Packets Per Second (actual Min and Max range depends on platform)";
8902                  }8897                  }
8903                }8898                }
8904                description8899                description
8905                  "Rate in PPS";8900                  "Rate in PPS";
8906              }8901              }
8907            }8902            }
8908          }8903          }
8909          container shttp {8904          container shttp {
8910            description8905            description
8911              "SHTTP ";8906              "SHTTP ";
8912            container known {8907            container known {
8913              description8908              description
8914                "Known ";8909                "Known ";
8915              leaf rate {8910              leaf rate {
8916                type uint32 {8911                type uint32 {
8917                  range "0..4294967295" {8912                  range "0..4294967295" {
8918                    description8913                    description
8919                      "Packets Per Second (actual Min and Max range depends on platform)";8914                      "Packets Per Second (actual Min and Max range depends on platform)";
8920                  }8915                  }
8921                }8916                }
8922                description8917                description
8923                  "Rate in PPS";8918                  "Rate in PPS";
8924              }8919              }
8925            }8920            }
8926            container default {8921            container default {
8927              description8922              description
8928                "Default ";8923                "Default ";
8929              leaf rate {8924              leaf rate {
8930                type uint32 {8925                type uint32 {
8931                  range "0..4294967295" {8926                  range "0..4294967295" {
8932                    description8927                    description
8933                      "Packets Per Second (actual Min and Max range depends on platform)";8928                      "Packets Per Second (actual Min and Max range depends on platform)";
8934                  }8929                  }
8935                }8930                }
8936                description8931                description
8937                  "Rate in PPS";8932                  "Rate in PPS";
8938              }8933              }
8939            }8934            }
8940          }8935          }
8941          container telnet {8936          container telnet {
8942            description8937            description
8943              "TELNET ";8938              "TELNET ";
8944            container known {8939            container known {
8945              description8940              description
8946                "Known ";8941                "Known ";
8947              leaf rate {8942              leaf rate {
8948                type uint32 {8943                type uint32 {
8949                  range "0..4294967295" {8944                  range "0..4294967295" {
8950                    description8945                    description
8951                      "Packets Per Second (actual Min and Max range depends on platform)";8946                      "Packets Per Second (actual Min and Max range depends on platform)";
8952                  }8947                  }
8953                }8948                }
8954                description8949                description
8955                  "Rate in PPS";8950                  "Rate in PPS";
8956              }8951              }
8957            }8952            }
8958            container default {8953            container default {
8959              description8954              description
8960                "Default ";8955                "Default ";
8961              leaf rate {8956              leaf rate {
8962                type uint32 {8957                type uint32 {
8963                  range "0..4294967295" {8958                  range "0..4294967295" {
8964                    description8959                    description
8965                      "Packets Per Second (actual Min and Max range depends on platform)";8960                      "Packets Per Second (actual Min and Max range depends on platform)";
8966                  }8961                  }
8967                }8962                }
8968                description8963                description
8969                  "Rate in PPS";8964                  "Rate in PPS";
8970              }8965              }
8971            }8966            }
8972          }8967          }
8973          container css {8968          container css {
8974            description8969            description
8975              "CSS ";8970              "CSS ";
8976            container known {8971            container known {
8977              description8972              description
8978                "Known ";8973                "Known ";
8979              leaf rate {8974              leaf rate {
8980                type uint32 {8975                type uint32 {
8981                  range "0..4294967295" {8976                  range "0..4294967295" {
8982                    description8977                    description
8983                      "Packets Per Second (actual Min and Max range depends on platform)";8978                      "Packets Per Second (actual Min and Max range depends on platform)";
8984                  }8979                  }
8985                }8980                }
8986                description8981                description
8987                  "Rate in PPS";8982                  "Rate in PPS";
8988              }8983              }
8989            }8984            }
8990            container default {8985            container default {
8991              description8986              description
8992                "Default ";8987                "Default ";
8993              leaf rate {8988              leaf rate {
8994                type uint32 {8989                type uint32 {
8995                  range "0..4294967295" {8990                  range "0..4294967295" {
8996                    description8991                    description
8997                      "Packets Per Second (actual Min and Max range depends on platform)";8992                      "Packets Per Second (actual Min and Max range depends on platform)";
8998                  }8993                  }
8999                }8994                }
9000                description8995                description
9001                  "Rate in PPS";8996                  "Rate in PPS";
9002              }8997              }
9003            }8998            }
9004          }8999          }
9005          container rsh {9000          container rsh {
9006            description9001            description
9007              "RSH ";9002              "RSH ";
9008            container known {9003            container known {
9009              description9004              description
9010                "Known ";9005                "Known ";
9011              leaf rate {9006              leaf rate {
9012                type uint32 {9007                type uint32 {
9013                  range "0..4294967295" {9008                  range "0..4294967295" {
9014                    description9009                    description
9015                      "Packets Per Second (actual Min and Max range depends on platform)";9010                      "Packets Per Second (actual Min and Max range depends on platform)";
9016                  }9011                  }
9017                }9012                }
9018                description9013                description
9019                  "Rate in PPS";9014                  "Rate in PPS";
9020              }9015              }
9021            }9016            }
9022            container default {9017            container default {
9023              description9018              description
9024                "Default ";9019                "Default ";
9025              leaf rate {9020              leaf rate {
9026                type uint32 {9021                type uint32 {
9027                  range "0..4294967295" {9022                  range "0..4294967295" {
9028                    description9023                    description
9029                      "Packets Per Second (actual Min and Max range depends on platform)";9024                      "Packets Per Second (actual Min and Max range depends on platform)";
9030                  }9025                  }
9031                }9026                }
9032                description9027                description
9033                  "Rate in PPS";9028                  "Rate in PPS";
9034              }9029              }
9035            }9030            }
9036          }9031          }
9037          container udp {9032          container udp {
9038            description9033            description
9039              "UDP ";9034              "UDP ";
9040            container known {9035            container known {
9041              description9036              description
9042                "Known ";9037                "Known ";
9043              leaf rate {9038              leaf rate {
9044                type uint32 {9039                type uint32 {
9045                  range "0..4294967295" {9040                  range "0..4294967295" {
9046                    description9041                    description
9047                      "Packets Per Second (actual Min and Max range depends on platform)";9042                      "Packets Per Second (actual Min and Max range depends on platform)";
9048                  }9043                  }
9049                }9044                }
9050                description9045                description
9051                  "Rate in PPS";9046                  "Rate in PPS";
9052              }9047              }
9053            }9048            }
9054            container listen {9049            container listen {
9055              description9050              description
9056                "Listen ";9051                "Listen ";
9057              leaf rate {9052              leaf rate {
9058                type uint32 {9053                type uint32 {
9059                  range "0..4294967295" {9054                  range "0..4294967295" {
9060                    description9055                    description
9061                      "Packets Per Second (actual Min and Max range depends on platform)";9056                      "Packets Per Second (actual Min and Max range depends on platform)";
9062                  }9057                  }
9063                }9058                }
9064                description9059                description
9065                  "Rate in PPS";9060                  "Rate in PPS";
9066              }9061              }
9067            }9062            }
9068            container configured {9063            container configured {
9069              description9064              description
9070                "Config peer ";9065                "Config peer ";
9071              leaf rate {9066              leaf rate {
9072                type uint32 {9067                type uint32 {
9073                  range "0..4294967295" {9068                  range "0..4294967295" {
9074                    description9069                    description
9075                      "Packets Per Second (actual Min and Max range depends on platform)";9070                      "Packets Per Second (actual Min and Max range depends on platform)";
9076                  }9071                  }
9077                }9072                }
9078                description9073                description
9079                  "Rate in PPS";9074                  "Rate in PPS";
9080              }9075              }
9081            }9076            }
9082            container default {9077            container default {
9083              description9078              description
9084                "Default ";9079                "Default ";
9085              leaf rate {9080              leaf rate {
9086                type uint32 {9081                type uint32 {
9087                  range "0..4294967295" {9082                  range "0..4294967295" {
9088                    description9083                    description
9089                      "Packets Per Second (actual Min and Max range depends on platform)";9084                      "Packets Per Second (actual Min and Max range depends on platform)";
9090                  }9085                  }
9091                }9086                }
9092                description9087                description
9093                  "Rate in PPS";9088                  "Rate in PPS";
9094              }9089              }
9095            }9090            }
9096          }9091          }
9097          container tcp {9092          container tcp {
9098            description9093            description
9099              "TCP ";9094              "TCP ";
9100            container known {9095            container known {
9101              description9096              description
9102                "Known ";9097                "Known ";
9103              leaf rate {9098              leaf rate {
9104                type uint32 {9099                type uint32 {
9105                  range "0..4294967295" {9100                  range "0..4294967295" {
9106                    description9101                    description
9107                      "Packets Per Second (actual Min and Max range depends on platform)";9102                      "Packets Per Second (actual Min and Max range depends on platform)";
9108                  }9103                  }
9109                }9104                }
9110                description9105                description
9111                  "Rate in PPS";9106                  "Rate in PPS";
9112              }9107              }
9113            }9108            }
9114            container listen {9109            container listen {
9115              description9110              description
9116                "Listen ";9111                "Listen ";
9117              leaf rate {9112              leaf rate {
9118                type uint32 {9113                type uint32 {
9119                  range "0..4294967295" {9114                  range "0..4294967295" {
9120                    description9115                    description
9121                      "Packets Per Second (actual Min and Max range depends on platform)";9116                      "Packets Per Second (actual Min and Max range depends on platform)";
9122                  }9117                  }
9123                }9118                }
9124                description9119                description
9125                  "Rate in PPS";9120                  "Rate in PPS";
9126              }9121              }
9127            }9122            }
9128            container configured {9123            container configured {
9129              description9124              description
9130                "Configured ";9125                "Configured ";
9131              leaf rate {9126              leaf rate {
9132                type uint32 {9127                type uint32 {
9133                  range "0..4294967295" {9128                  range "0..4294967295" {
9134                    description9129                    description
9135                      "Packets Per Second (actual Min and Max range depends on platform)";9130                      "Packets Per Second (actual Min and Max range depends on platform)";
9136                  }9131                  }
9137                }9132                }
9138                description9133                description
9139                  "Rate in PPS";9134                  "Rate in PPS";
9140              }9135              }
9141            }9136            }
9142            container default {9137            container default {
9143              description9138              description
9144                "Default ";9139                "Default ";
9145              leaf rate {9140              leaf rate {
9146                type uint32 {9141                type uint32 {
9147                  range "0..4294967295" {9142                  range "0..4294967295" {
9148                    description9143                    description
9149                      "Packets Per Second (actual Min and Max range depends on platform)";9144                      "Packets Per Second (actual Min and Max range depends on platform)";
9150                  }9145                  }
9151                }9146                }
9152                description9147                description
9153                  "Rate in PPS";9148                  "Rate in PPS";
9154              }9149              }
9155            }9150            }
9156          }9151          }
9157          container multicast {9152          container multicast {
9158            description9153            description
9159              "Multicast ";9154              "Multicast ";
9160            container known {9155            container known {
9161              description9156              description
9162                "Known ";9157                "Known ";
9163              leaf rate {9158              leaf rate {
9164                type uint32 {9159                type uint32 {
9165                  range "0..4294967295" {9160                  range "0..4294967295" {
9166                    description9161                    description
9167                      "Packets Per Second (actual Min and Max range depends on platform)";9162                      "Packets Per Second (actual Min and Max range depends on platform)";
9168                  }9163                  }
9169                }9164                }
9170                description9165                description
9171                  "Rate in PPS";9166                  "Rate in PPS";
9172              }9167              }
9173            }9168            }
9174            container default {9169            container default {
9175              description9170              description
9176                "Default ";9171                "Default ";
9177              leaf rate {9172              leaf rate {
9178                type uint32 {9173                type uint32 {
9179                  range "0..4294967295" {9174                  range "0..4294967295" {
9180                    description9175                    description
9181                      "Packets Per Second (actual Min and Max range depends on platform)";9176                      "Packets Per Second (actual Min and Max range depends on platform)";
9182                  }9177                  }
9183                }9178                }
9184                description9179                description
9185                  "Rate in PPS";9180                  "Rate in PPS";
9186              }9181              }
9187            }9182            }
9188          }9183          }
9189          container raw {9184          container raw {
9190            description9185            description
9191              "Raw ";9186              "Raw ";
9192            container listen {9187            container listen {
9193              description9188              description
9194                "Listen ";9189                "Listen ";
9195              leaf rate {9190              leaf rate {
9196                type uint32 {9191                type uint32 {
9197                  range "0..4294967295" {9192                  range "0..4294967295" {
9198                    description9193                    description
9199                      "Packets Per Second (actual Min and Max range depends on platform)";9194                      "Packets Per Second (actual Min and Max range depends on platform)";
9200                  }9195                  }
9201                }9196                }
9202                description9197                description
9203                  "Rate in PPS";9198                  "Rate in PPS";
9204              }9199              }
9205            }9200            }
9206            container default {9201            container default {
9207              description9202              description
9208                "Default ";9203                "Default ";
9209              leaf rate {9204              leaf rate {
9210                type uint32 {9205                type uint32 {
9211                  range "0..4294967295" {9206                  range "0..4294967295" {
9212                    description9207                    description
9213                      "Packets Per Second (actual Min and Max range depends on platform)";9208                      "Packets Per Second (actual Min and Max range depends on platform)";
9214                  }9209                  }
9215                }9210                }
9216                description9211                description
9217                  "Rate in PPS";9212                  "Rate in PPS";
9218              }9213              }
9219            }9214            }
9220          }9215          }
9221          container ip-sla {9216          container ip-sla {
9222            description9217            description
9223              "IP-SLA ";9218              "IP-SLA ";
9224            leaf rate {9219            leaf rate {
9225              type uint32 {9220              type uint32 {
9226                range "0..4294967295" {9221                range "0..4294967295" {
9227                  description9222                  description
9228                    "Packets Per Second (actual Min and Max range depends on platform)";9223                    "Packets Per Second (actual Min and Max range depends on platform)";
9229                }9224                }
9230              }9225              }
9231              description9226              description
9232                "Rate in PPS";9227                "Rate in PPS";
9233            }9228            }
9234          }9229          }
9235          container eigrp {9230          container eigrp {
9236            description9231            description
9237              "EIGRP ";9232              "EIGRP ";
9238            leaf rate {9233            leaf rate {
9239              type uint32 {9234              type uint32 {
9240                range "0..4294967295" {9235                range "0..4294967295" {
9241                  description9236                  description
9242                    "Packets Per Second (actual Min and Max range depends on platform)";9237                    "Packets Per Second (actual Min and Max range depends on platform)";
9243                }9238                }
9244              }9239              }
9245              description9240              description
9246                "Rate in PPS";9241                "Rate in PPS";
9247            }9242            }
9248          }9243          }
9249          container rip {9244          container rip {
9250            description9245            description
9251              "RIP ";9246              "RIP ";
9252            leaf rate {9247            leaf rate {
9253              type uint32 {9248              type uint32 {
9254                range "0..4294967295" {9249                range "0..4294967295" {
9255                  description9250                  description
9256                    "Packets Per Second (actual Min and Max range depends on platform)";9251                    "Packets Per Second (actual Min and Max range depends on platform)";
9257                }9252                }
9258              }9253              }
9259              description9254              description
9260                "Rate in PPS";9255                "Rate in PPS";
9261            }9256            }
9262          }9257          }
9263          container l2tpv3 {9258          container l2tpv3 {
9264            description9259            description
9265              "L2TPv3 ";9260              "L2TPv3 ";
9266            leaf rate {9261            leaf rate {
9267              type uint32 {9262              type uint32 {
9268                range "0..4294967295" {9263                range "0..4294967295" {
9269                  description9264                  description
9270                    "Packets Per Second (actual Min and Max range depends on platform)";9265                    "Packets Per Second (actual Min and Max range depends on platform)";
9271                }9266                }
9272              }9267              }
9273              description9268              description
9274                "Rate in PPS";9269                "Rate in PPS";
9275            }9270            }
9276          }9271          }
9277          container pcep {9272          container pcep {
9278            description9273            description
9279              "PCEP ";9274              "PCEP ";
9280            leaf rate {9275            leaf rate {
9281              type uint32 {9276              type uint32 {
9282                range "0..4294967295" {9277                range "0..4294967295" {
9283                  description9278                  description
9284                    "Packets Per Second (actual Min and Max range depends on platform)";9279                    "Packets Per Second (actual Min and Max range depends on platform)";
9285                }9280                }
9286              }9281              }
9287              description9282              description
9288                "Rate in PPS";9283                "Rate in PPS";
9289            }9284            }
9290          }9285          }
9291          container gre {9286          container gre {
9292            description9287            description
9293              "GRE ";9288              "GRE ";
9294            leaf rate {9289            leaf rate {
9295              type uint32 {9290              type uint32 {
9296                range "0..4294967295" {9291                range "0..4294967295" {
9297                  description9292                  description
9298                    "Packets Per Second (actual Min and Max range depends on platform)";9293                    "Packets Per Second (actual Min and Max range depends on platform)";
9299                }9294                }
9300              }9295              }
9301              description9296              description
9302                "Rate in PPS";9297                "Rate in PPS";
9303            }9298            }
9304          }9299          }
9305          container vrrp {9300          container vrrp {
9306            description9301            description
9307              "VRRP ";9302              "VRRP ";
9308            leaf rate {9303            leaf rate {
9309              type uint32 {9304              type uint32 {
9310                range "0..4294967295" {9305                range "0..4294967295" {
9311                  description9306                  description
9312                    "Packets Per Second (actual Min and Max range depends on platform)";9307                    "Packets Per Second (actual Min and Max range depends on platform)";
9313                }9308                }
9314              }9309              }
9315              description9310              description
9316                "Rate in PPS";9311                "Rate in PPS";
9317            }9312            }
9318          }9313          }
9319          container hsrp {9314          container hsrp {
9320            description9315            description
9321              "HSRP ";9316              "HSRP ";
9322            leaf rate {9317            leaf rate {
9323              type uint32 {9318              type uint32 {
9324                range "0..4294967295" {9319                range "0..4294967295" {
9325                  description9320                  description
9326                    "Packets Per Second (actual Min and Max range depends on platform)";9321                    "Packets Per Second (actual Min and Max range depends on platform)";
9327                }9322                }
9328              }9323              }
9329              description9324              description
9330                "Rate in PPS";9325                "Rate in PPS";
9331            }9326            }
9332          }9327          }
9333          container mpls {9328          container mpls {
9334            description9329            description
9335              "MPLS ";9330              "MPLS ";
9336            container oam {9331            container oam {
9337              description9332              description
9338                "Oam ";9333                "Oam ";
9339              leaf rate {9334              leaf rate {
9340                type uint32 {9335                type uint32 {
9341                  range "0..4294967295" {9336                  range "0..4294967295" {
9342                    description9337                    description
9343                      "Packets Per Second (actual Min and Max range depends on platform)";9338                      "Packets Per Second (actual Min and Max range depends on platform)";
9344                  }9339                  }
9345                }9340                }
9346                description9341                description
9347                  "Rate in PPS";9342                  "Rate in PPS";
9348              }9343              }
9349            }9344            }
9350          }9345          }
9351          container l2tpv2 {9346          container l2tpv2 {
9352            description9347            description
9353              "L2TPv2 ";9348              "L2TPv2 ";
9354            container default {9349            container default {
9355              description9350              description
9356                "Default ";9351                "Default ";
9357              leaf rate {9352              leaf rate {
9358                type uint32 {9353                type uint32 {
9359                  range "0..4294967295" {9354                  range "0..4294967295" {
9360                    description9355                    description
9361                      "Packets Per Second (actual Min and Max range depends on platform)";9356                      "Packets Per Second (actual Min and Max range depends on platform)";
9362                  }9357                  }
9363                }9358                }
9364                description9359                description
9365                  "Rate in PPS";9360                  "Rate in PPS";
9366              }9361              }
9367            }9362            }
9368            container known {9363            container known {
9369              description9364              description
9370                "Known ";9365                "Known ";
9371              leaf rate {9366              leaf rate {
9372                type uint32 {9367                type uint32 {
9373                  range "0..4294967295" {9368                  range "0..4294967295" {
9374                    description9369                    description
9375                      "Packets Per Second (actual Min and Max range depends on platform)";9370                      "Packets Per Second (actual Min and Max range depends on platform)";
9376                  }9371                  }
9377                }9372                }
9378                description9373                description
9379                  "Rate in PPS";9374                  "Rate in PPS";
9380              }9375              }
9381            }9376            }
9382          }9377          }
9383          container dns {9378          container dns {
9384            description9379            description
9385              "DNS ";9380              "DNS ";
9386            leaf rate {9381            leaf rate {
9387              type uint32 {9382              type uint32 {
9388                range "0..4294967295" {9383                range "0..4294967295" {
9389                  description9384                  description
9390                    "Packets Per Second (actual Min and Max range depends on platform)";9385                    "Packets Per Second (actual Min and Max range depends on platform)";
9391                }9386                }
9392              }9387              }
9393              description9388              description
9394                "Rate in PPS";9389                "Rate in PPS";
9395            }9390            }
9396          }9391          }
9397          container radius {9392          container radius {
9398            description9393            description
9399              "RADIUS ";9394              "RADIUS ";
9400            leaf rate {9395            leaf rate {
9401              type uint32 {9396              type uint32 {
9402                range "0..4294967295" {9397                range "0..4294967295" {
9403                  description9398                  description
9404                    "Packets Per Second (actual Min and Max range depends on platform)";9399                    "Packets Per Second (actual Min and Max range depends on platform)";
9405                }9400                }
9406              }9401              }
9407              description9402              description
9408                "Rate in PPS";9403                "Rate in PPS";
9409            }9404            }
9410          }9405          }
9411          container tacacs {9406          container tacacs {
9412            description9407            description
9413              "TACACS ";9408              "TACACS ";
9414            leaf rate {9409            leaf rate {
9415              type uint32 {9410              type uint32 {
9416                range "0..4294967295" {9411                range "0..4294967295" {
9417                  description9412                  description
9418                    "Packets Per Second (actual Min and Max range depends on platform)";9413                    "Packets Per Second (actual Min and Max range depends on platform)";
9419                }9414                }
9420              }9415              }
9421              description9416              description
9422                "Rate in PPS";9417                "Rate in PPS";
9423            }9418            }
9424          }9419          }
9425          container ntp {9420          container ntp {
9426            description9421            description
9427              "NTP ";9422              "NTP ";
9428            container default {9423            container default {
9429              description9424              description
9430                "Default ";9425                "Default ";
9431              leaf rate {9426              leaf rate {
9432                type uint32 {9427                type uint32 {
9433                  range "0..4294967295" {9428                  range "0..4294967295" {
9434                    description9429                    description
9435                      "Packets Per Second (actual Min and Max range depends on platform)";9430                      "Packets Per Second (actual Min and Max range depends on platform)";
9436                  }9431                  }
9437                }9432                }
9438                description9433                description
9439                  "Rate in PPS";9434                  "Rate in PPS";
9440              }9435              }
9441            }9436            }
9442            container known {9437            container known {
9443              description9438              description
9444                "Known ";9439                "Known ";
9445              leaf rate {9440              leaf rate {
9446                type uint32 {9441                type uint32 {
9447                  range "0..4294967295" {9442                  range "0..4294967295" {
9448                    description9443                    description
9449                      "Packets Per Second (actual Min and Max range depends on platform)";9444                      "Packets Per Second (actual Min and Max range depends on platform)";
9450                  }9445                  }
9451                }9446                }
9452                description9447                description
9453                  "Rate in PPS";9448                  "Rate in PPS";
9454              }9449              }
9455            }9450            }
9456          }9451          }
9457          container mipv6 {9452          container mipv6 {
9458            description9453            description
9459              "MIPv6 ";9454              "MIPv6 ";
9460            leaf rate {9455            leaf rate {
9461              type uint32 {9456              type uint32 {
9462                range "0..4294967295" {9457                range "0..4294967295" {
9463                  description9458                  description
9464                    "Packets Per Second (actual Min and Max range depends on platform)";9459                    "Packets Per Second (actual Min and Max range depends on platform)";
9465                }9460                }
9466              }9461              }
9467              description9462              description
9468                "Rate in PPS";9463                "Rate in PPS";
9469            }9464            }
9470          }9465          }
9471          container amt {9466          container amt {
9472            description9467            description
9473              "AMT ";9468              "AMT ";
9474            leaf rate {9469            leaf rate {
9475              type uint32 {9470              type uint32 {
9476                range "0..4294967295" {9471                range "0..4294967295" {
9477                  description9472                  description
9478                    "Packets Per Second (actual Min and Max range depends on platform)";9473                    "Packets Per Second (actual Min and Max range depends on platform)";
9479                }9474                }
9480              }9475              }
9481              description9476              description
9482                "Rate in PPS";9477                "Rate in PPS";
9483            }9478            }
9484          }9479          }
9485          container sdac {9480          container sdac {
9486            description9481            description
9487              "SDAC-TCP ";9482              "SDAC-TCP ";
9488            leaf rate {9483            leaf rate {
9489              type uint32 {9484              type uint32 {
9490                range "0..4294967295" {9485                range "0..4294967295" {
9491                  description9486                  description
9492                    "Packets Per Second (actual Min and Max range depends on platform)";9487                    "Packets Per Second (actual Min and Max range depends on platform)";
9493                }9488                }
9494              }9489              }
9495              description9490              description
9496                "Rate in PPS";9491                "Rate in PPS";
9497            }9492            }
9498          }9493          }
9499          container radius-coa {9494          container radius-coa {
9500            description9495            description
9501              "RADIUS COA ";9496              "RADIUS COA ";
9502            leaf rate {9497            leaf rate {
9503              type uint32 {9498              type uint32 {
9504                range "0..4294967295" {9499                range "0..4294967295" {
9505                  description9500                  description
9506                    "Packets Per Second (actual Min and Max range depends on platform)";9501                    "Packets Per Second (actual Min and Max range depends on platform)";
9507                }9502                }
9508              }9503              }
9509              description9504              description
9510                "Rate in PPS";9505                "Rate in PPS";
9511            }9506            }
9512          }9507          }
9513          container rel-udp {9508          container rel-udp {
9514            description9509            description
9515              "Syslog/netflow packets";9510              "Syslog/netflow packets";
9516            leaf rate {9511            leaf rate {
9517              type uint32 {9512              type uint32 {
9518                range "0..4294967295" {9513                range "0..4294967295" {
9519                  description9514                  description
9520                    "Packets Per Second (actual Min and Max range depends on platform)";9515                    "Packets Per Second (actual Min and Max range depends on platform)";
9521                }9516                }
9522              }9517              }
9523              description9518              description
9524                "Rate in PPS";9519                "Rate in PPS";
9525            }9520            }
9526          }9521          }
9527          container dhcpv4 {9522          container dhcpv4 {
9528            description9523            description
9529              "DHCPv4 ";9524              "DHCPv4 ";
9530            leaf rate {9525            leaf rate {
9531              type uint32 {9526              type uint32 {
9532                range "0..4294967295" {9527                range "0..4294967295" {
9533                  description9528                  description
9534                    "Packets Per Second (actual Min and Max range depends on platform)";9529                    "Packets Per Second (actual Min and Max range depends on platform)";
9535                }9530                }
9536              }9531              }
9537              description9532              description
9538                "Rate in PPS";9533                "Rate in PPS";
9539            }9534            }
9540          }9535          }
9541          container dhcpv6 {9536          container dhcpv6 {
9542            description9537            description
9543              "DHCPv6 ";9538              "DHCPv6 ";
9544            leaf rate {9539            leaf rate {
9545              type uint32 {9540              type uint32 {
9546                range "0..4294967295" {9541                range "0..4294967295" {
9547                  description9542                  description
9548                    "Packets Per Second (actual Min and Max range depends on platform)";9543                    "Packets Per Second (actual Min and Max range depends on platform)";
9549                }9544                }
9550              }9545              }
9551              description9546              description
9552                "Rate in PPS";9547                "Rate in PPS";
9553            }9548            }
9554          }9549          }
9555          container onepk {9550          container onepk {
9556            description9551            description
9557              "ONEPK ";9552              "ONEPK ";
9558            leaf rate {9553            leaf rate {
9559              type uint32 {9554              type uint32 {
9560                range "0..4294967295" {9555                range "0..4294967295" {
9561                  description9556                  description
9562                    "Packets Per Second (actual Min and Max range depends on platform)";9557                    "Packets Per Second (actual Min and Max range depends on platform)";
9563                }9558                }
9564              }9559              }
9565              description9560              description
9566                "Rate in PPS";9561                "Rate in PPS";
9567            }9562            }
9568          }9563          }
9569          container tpa {9564          container tpa {
9570            description9565            description
9571              "Third Party Applications";9566              "Third Party Applications";
9572            leaf rate {9567            leaf rate {
9573              type uint32 {9568              type uint32 {
9574                range "0..4294967295" {9569                range "0..4294967295" {
9575                  description9570                  description
9576                    "Packets Per Second (actual Min and Max range depends on platform)";9571                    "Packets Per Second (actual Min and Max range depends on platform)";
9577                }9572                }
9578              }9573              }
9579              description9574              description
9580                "Rate in PPS";9575                "Rate in PPS";
9581            }9576            }
9582          }9577          }
9583          container ietf-bob {9578          container ietf-bob {
9584            description9579            description
9585              "IETF BOB Packets";9580              "IETF BOB Packets";
9586            leaf rate {9581            leaf rate {
9587              type uint32 {9582              type uint32 {
9588                range "0..4294967295" {9583                range "0..4294967295" {
9589                  description9584                  description
9590                    "Packets Per Second (actual Min and Max range depends on platform)";9585                    "Packets Per Second (actual Min and Max range depends on platform)";
9591                }9586                }
9592              }9587              }
9593              description9588              description
9594                "Rate in PPS";9589                "Rate in PPS";
9595            }9590            }
9596          }9591          }
9597          container xipc {9592          container xipc {
9598            if-feature "pifib_xipc_throt_policer_config_check";9593            if-feature "pifib_xipc_throt_policer_config_check";
9599            description9594            description
9600              "XIPC rate limit";9595              "XIPC rate limit";
9601            leaf rate {9596            leaf rate {
9602              type uint32 {9597              type uint32 {
9603                range "0..4294967295" {9598                range "0..4294967295" {
9604                  description9599                  description
9605                    "Packets Per Second (actual Min and Max range depends on platform)";9600                    "Packets Per Second (actual Min and Max range depends on platform)";
9606                }9601                }
9607              }9602              }
9608              description9603              description
9609                "Rate in PPS";9604                "Rate in PPS";
9610            }9605            }
9611          }9606          }
9612          container pm-twamp {9607          container pm-twamp {
9613            description9608            description
9614              "PM TWAMP Packets";9609              "PM TWAMP Packets";
9615            leaf rate {9610            leaf rate {
9616              type uint32 {9611              type uint32 {
9617                range "0..4294967295" {9612                range "0..4294967295" {
9618                  description9613                  description
9619                    "Packets Per Second (actual Min and Max range depends on platform)";9614                    "Packets Per Second (actual Min and Max range depends on platform)";
9620                }9615                }
9621              }9616              }
9622              description9617              description
9623                "Rate in PPS";9618                "Rate in PPS";
9624            }9619            }
9625          }9620          }
9626        }9621        }
9627      }9622      }
9628      container np7 {9623      container np7 {
9629        description9624        description
9630          "Np number";9625          "Np number";
9631        container flow {9626        container flow {
9632          description9627          description
9633            "lpts flow type";9628            "lpts flow type";
9634          container fragment {9629          container fragment {
9635            description9630            description
9636              "Fragmented IP packets";9631              "Fragmented IP packets";
9637            leaf rate {9632            leaf rate {
9638              type uint32 {9633              type uint32 {
9639                range "0..4294967295" {9634                range "0..4294967295" {
9640                  description9635                  description
9641                    "Packets Per Second (actual Min and Max range depends on platform)";9636                    "Packets Per Second (actual Min and Max range depends on platform)";
9642                }9637                }
9643              }9638              }
9644              description9639              description
9645                "Rate in PPS";9640                "Rate in PPS";
9646            }9641            }
9647          }9642          }
9648          container ospf {9643          container ospf {
9649            description9644            description
9650              "OSPF ";9645              "OSPF ";
9651            container unicast {9646            container unicast {
9652              description9647              description
9653                "Unicast ";9648                "Unicast ";
9654              container known {9649              container known {
9655                description9650                description
9656                  "Known ";9651                  "Known ";
9657                leaf rate {9652                leaf rate {
9658                  type uint32 {9653                  type uint32 {
9659                    range "0..4294967295" {9654                    range "0..4294967295" {
9660                      description9655                      description
9661                        "Packets Per Second (actual Min and Max range depends on platform)";9656                        "Packets Per Second (actual Min and Max range depends on platform)";
9662                    }9657                    }
9663                  }9658                  }
9664                  description9659                  description
9665                    "Rate in PPS";9660                    "Rate in PPS";
9666                }9661                }
9667              }9662              }
9668              container default {9663              container default {
9669                description9664                description
9670                  "Default ";9665                  "Default ";
9671                leaf rate {9666                leaf rate {
9672                  type uint32 {9667                  type uint32 {
9673                    range "0..4294967295" {9668                    range "0..4294967295" {
9674                      description9669                      description
9675                        "Packets Per Second (actual Min and Max range depends on platform)";9670                        "Packets Per Second (actual Min and Max range depends on platform)";
9676                    }9671                    }
9677                  }9672                  }
9678                  description9673                  description
9679                    "Rate in PPS";9674                    "Rate in PPS";
9680                }9675                }
9681              }9676              }
9682            }9677            }
9683            container multicast {9678            container multicast {
9684              description9679              description
9685                "Multicast";9680                "Multicast";
9686              container known {9681              container known {
9687                description9682                description
9688                  "Known ";9683                  "Known ";
9689                leaf rate {9684                leaf rate {
9690                  type uint32 {9685                  type uint32 {
9691                    range "0..4294967295" {9686                    range "0..4294967295" {
9692                      description9687                      description
9693                        "Packets Per Second (actual Min and Max range depends on platform)";9688                        "Packets Per Second (actual Min and Max range depends on platform)";
9694                    }9689                    }
9695                  }9690                  }
9696                  description9691                  description
9697                    "Rate in PPS";9692                    "Rate in PPS";
9698                }9693                }
9699              }9694              }
9700              container default {9695              container default {
9701                description9696                description
9702                  "Default ";9697                  "Default ";
9703                leaf rate {9698                leaf rate {
9704                  type uint32 {9699                  type uint32 {
9705                    range "0..4294967295" {9700                    range "0..4294967295" {
9706                      description9701                      description
9707                        "Packets Per Second (actual Min and Max range depends on platform)";9702                        "Packets Per Second (actual Min and Max range depends on platform)";
9708                    }9703                    }
9709                  }9704                  }
9710                  description9705                  description
9711                    "Rate in PPS";9706                    "Rate in PPS";
9712                }9707                }
9713              }9708              }
9714            }9709            }
9715          }9710          }
9716          container isis {9711          container isis {
9717            description9712            description
9718              "ISIS ";9713              "ISIS ";
9719            container known {9714            container known {
9720              description9715              description
9721                "Known ";9716                "Known ";
9722              leaf rate {9717              leaf rate {
9723                type uint32 {9718                type uint32 {
9724                  range "0..4294967295" {9719                  range "0..4294967295" {
9725                    description9720                    description
9726                      "Packets Per Second (actual Min and Max range depends on platform)";9721                      "Packets Per Second (actual Min and Max range depends on platform)";
9727                  }9722                  }
9728                }9723                }
9729                description9724                description
9730                  "Rate in PPS";9725                  "Rate in PPS";
9731              }9726              }
9732            }9727            }
9733            container default {9728            container default {
9734              description9729              description
9735                "Default ";9730                "Default ";
9736              leaf rate {9731              leaf rate {
9737                type uint32 {9732                type uint32 {
9738                  range "0..4294967295" {9733                  range "0..4294967295" {
9739                    description9734                    description
9740                      "Packets Per Second (actual Min and Max range depends on platform)";9735                      "Packets Per Second (actual Min and Max range depends on platform)";
9741                  }9736                  }
9742                }9737                }
9743                description9738                description
9744                  "Rate in PPS";9739                  "Rate in PPS";
9745              }9740              }
9746            }9741            }
9747          }9742          }
9748          container bfd {9743          container bfd {
9749            description9744            description
9750              "BFD ";9745              "BFD ";
9751            container known {9746            container known {
9752              description9747              description
9753                "Known ";9748                "Known ";
9754              leaf rate {9749              leaf rate {
9755                type uint32 {9750                type uint32 {
9756                  range "0..4294967295" {9751                  range "0..4294967295" {
9757                    description9752                    description
9758                      "Packets Per Second (actual Min and Max range depends on platform)";9753                      "Packets Per Second (actual Min and Max range depends on platform)";
9759                  }9754                  }
9760                }9755                }
9761                description9756                description
9762                  "Rate in PPS";9757                  "Rate in PPS";
9763              }9758              }
9764            }9759            }
9765            container default {9760            container default {
9766              description9761              description
9767                "Default ";9762                "Default ";
9768              leaf rate {9763              leaf rate {
9769                type uint32 {9764                type uint32 {
9770                  range "0..4294967295" {9765                  range "0..4294967295" {
9771                    description9766                    description
9772                      "Packets Per Second (actual Min and Max range depends on platform)";9767                      "Packets Per Second (actual Min and Max range depends on platform)";
9773                  }9768                  }
9774                }9769                }
9775                description9770                description
9776                  "Rate in PPS";9771                  "Rate in PPS";
9777              }9772              }
9778            }9773            }
9779            container singlepath {9774            container singlepath {
9780              description9775              description
9781                "Singlepath ";9776                "Singlepath ";
9782              leaf rate {9777              leaf rate {
9783                type uint32 {9778                type uint32 {
9784                  range "0..4294967295" {9779                  range "0..4294967295" {
9785                    description9780                    description
9786                      "Packets Per Second (actual Min and Max range depends on platform)";9781                      "Packets Per Second (actual Min and Max range depends on platform)";
9787                  }9782                  }
9788                }9783                }
9789                description9784                description
9790                  "Rate in PPS";9785                  "Rate in PPS";
9791              }9786              }
9792            }9787            }
9793          }9788          }
9794          container bgp {9789          container bgp {
9795            description9790            description
9796              "BGP ";9791              "BGP ";
9797            container known {9792            container known {
9798              description9793              description
9799                "Known ";9794                "Known ";
9800              leaf rate {9795              leaf rate {
9801                type uint32 {9796                type uint32 {
9802                  range "0..4294967295" {9797                  range "0..4294967295" {
9803                    description9798                    description
9804                      "Packets Per Second (actual Min and Max range depends on platform)";9799                      "Packets Per Second (actual Min and Max range depends on platform)";
9805                  }9800                  }
9806                }9801                }
9807                description9802                description
9808                  "Rate in PPS";9803                  "Rate in PPS";
9809              }9804              }
9810            }9805            }
9811            container configured {9806            container configured {
9812              description9807              description
9813                "Configured";9808                "Configured";
9814              leaf rate {9809              leaf rate {
9815                type uint32 {9810                type uint32 {
9816                  range "0..4294967295" {9811                  range "0..4294967295" {
9817                    description9812                    description
9818                      "Packets Per Second (actual Min and Max range depends on platform)";9813                      "Packets Per Second (actual Min and Max range depends on platform)";
9819                  }9814                  }
9820                }9815                }
9821                description9816                description
9822                  "Rate in PPS";9817                  "Rate in PPS";
9823              }9818              }
9824            }9819            }
9825            container default {9820            container default {
9826              description9821              description
9827                "Default ";9822                "Default ";
9828              leaf rate {9823              leaf rate {
9829                type uint32 {9824                type uint32 {
9830                  range "0..4294967295" {9825                  range "0..4294967295" {
9831                    description9826                    description
9832                      "Packets Per Second (actual Min and Max range depends on platform)";9827                      "Packets Per Second (actual Min and Max range depends on platform)";
9833                  }9828                  }
9834                }9829                }
9835                description9830                description
9836                  "Rate in PPS";9831                  "Rate in PPS";
9837              }9832              }
9838            }9833            }
9839          }9834          }
9840          container pim {9835          container pim {
9841            description9836            description
9842              "PIM ";9837              "PIM ";
9843            container unicast {9838            container unicast {
9844              description9839              description
9845                "Unicast ";9840                "Unicast ";
9846              leaf rate {9841              leaf rate {
9847                type uint32 {9842                type uint32 {
9848                  range "0..4294967295" {9843                  range "0..4294967295" {
9849                    description9844                    description
9850                      "Packets Per Second (actual Min and Max range depends on platform)";9845                      "Packets Per Second (actual Min and Max range depends on platform)";
9851                  }9846                  }
9852                }9847                }
9853                description9848                description
9854                  "Rate in PPS";9849                  "Rate in PPS";
9855              }9850              }
9856            }9851            }
9857            container multicast {9852            container multicast {
9858              description9853              description
9859                "Multicast";9854                "Multicast";
9860              container known {9855              container known {
9861                description9856                description
9862                  "Known ";9857                  "Known ";
9863                leaf rate {9858                leaf rate {
9864                  type uint32 {9859                  type uint32 {
9865                    range "0..4294967295" {9860                    range "0..4294967295" {
9866                      description9861                      description
9867                        "Packets Per Second (actual Min and Max range depends on platform)";9862                        "Packets Per Second (actual Min and Max range depends on platform)";
9868                    }9863                    }
9869                  }9864                  }
9870                  description9865                  description
9871                    "Rate in PPS";9866                    "Rate in PPS";
9872                }9867                }
9873              }9868              }
9874              container default {9869              container default {
9875                description9870                description
9876                  "Default ";9871                  "Default ";
9877                leaf rate {9872                leaf rate {
9878                  type uint32 {9873                  type uint32 {
9879                    range "0..4294967295" {9874                    range "0..4294967295" {
9880                      description9875                      description
9881                        "Packets Per Second (actual Min and Max range depends on platform)";9876                        "Packets Per Second (actual Min and Max range depends on platform)";
9882                    }9877                    }
9883                  }9878                  }
9884                  description9879                  description
9885                    "Rate in PPS";9880                    "Rate in PPS";
9886                }9881                }
9887              }9882              }
9888            }9883            }
9889          }9884          }
9890          container igmp {9885          container igmp {
9891            description9886            description
9892              "IGMP ";9887              "IGMP ";
9893            leaf rate {9888            leaf rate {
9894              type uint32 {9889              type uint32 {
9895                range "0..4294967295" {9890                range "0..4294967295" {
9896                  description9891                  description
9897                    "Packets Per Second (actual Min and Max range depends on platform)";9892                    "Packets Per Second (actual Min and Max range depends on platform)";
9898                }9893                }
9899              }9894              }
9900              description9895              description
9901                "Rate in PPS";9896                "Rate in PPS";
9902            }9897            }
9903          }9898          }
9904          container icmp {9899          container icmp {
9905            description9900            description
9906              "ICMP ";9901              "ICMP ";
9907            container local {9902            container local {
9908              description9903              description
9909                "Local interest packets ";9904                "Local interest packets ";
9910              leaf rate {9905              leaf rate {
9911                type uint32 {9906                type uint32 {
9912                  range "0..4294967295" {9907                  range "0..4294967295" {
9913                    description9908                    description
9914                      "Packets Per Second (actual Min and Max range depends on platform)";9909                      "Packets Per Second (actual Min and Max range depends on platform)";
9915                  }9910                  }
9916                }9911                }
9917                description9912                description
9918                  "Rate in PPS";9913                  "Rate in PPS";
9919              }9914              }
9920            }9915            }
9921            container application {9916            container application {
9922              description9917              description
9923                "Specific application packets ";9918                "Specific application packets ";
9924              leaf rate {9919              leaf rate {
9925                type uint32 {9920                type uint32 {
9926                  range "0..4294967295" {9921                  range "0..4294967295" {
9927                    description9922                    description
9928                      "Packets Per Second (actual Min and Max range depends on platform)";9923                      "Packets Per Second (actual Min and Max range depends on platform)";
9929                  }9924                  }
9930                }9925                }
9931                description9926                description
9932                  "Rate in PPS";9927                  "Rate in PPS";
9933              }9928              }
9934            }9929            }
9935            container control {9930            container control {
9936              description9931              description
9937                "Control packets ";9932                "Control packets ";
9938              leaf rate {9933              leaf rate {
9939                type uint32 {9934                type uint32 {
9940                  range "0..4294967295" {9935                  range "0..4294967295" {
9941                    description9936                    description
9942                      "Packets Per Second (actual Min and Max range depends on platform)";9937                      "Packets Per Second (actual Min and Max range depends on platform)";
9943                  }9938                  }
9944                }9939                }
9945                description9940                description
9946                  "Rate in PPS";9941                  "Rate in PPS";
9947              }9942              }
9948            }9943            }
9949            container default {9944            container default {
9950              description9945              description
9951                "Default packets ";9946                "Default packets ";
9952              leaf rate {9947              leaf rate {
9953                type uint32 {9948                type uint32 {
9954                  range "0..4294967295" {9949                  range "0..4294967295" {
9955                    description9950                    description
9956                      "Packets Per Second (actual Min and Max range depends on platform)";9951                      "Packets Per Second (actual Min and Max range depends on platform)";
9957                  }9952                  }
9958                }9953                }
9959                description9954                description
9960                  "Rate in PPS";9955                  "Rate in PPS";
9961              }9956              }
9962            }9957            }
9963            container generic {9958            container generic {
9964              description9959              description
9965                "Generic application packets ";9960                "Generic application packets ";
9966              container echo-reply {9961              container echo-reply {
9967                description9962                description
9968                  "Echo-reply packets ";9963                  "Echo-reply packets ";
9969                leaf rate {9964                leaf rate {
9970                  type uint32 {9965                  type uint32 {
9971                    range "0..4294967295" {9966                    range "0..4294967295" {
9972                      description9967                      description
9973                        "Packets Per Second (actual Min and Max range depends on platform)";9968                        "Packets Per Second (actual Min and Max range depends on platform)";
9974                    }9969                    }
9975                  }9970                  }
9976                  description9971                  description
9977                    "Rate in PPS";9972                    "Rate in PPS";
9978                }9973                }
9979              }9974              }
9980            }9975            }
9981          }9976          }
9982          container all-routers {9977          container all-routers {
9983            description9978            description
9984              "All Routers";9979              "All Routers";
9985            leaf rate {9980            leaf rate {
9986              type uint32 {9981              type uint32 {
9987                range "0..4294967295" {9982                range "0..4294967295" {
9988                  description9983                  description
9989                    "Packets Per Second (actual Min and Max range depends on platform)";9984                    "Packets Per Second (actual Min and Max range depends on platform)";
9990                }9985                }
9991              }9986              }
9992              description9987              description
9993                "Rate in PPS";9988                "Rate in PPS";
9994            }9989            }
9995          }9990          }
9996          container lmp {9991          container lmp {
9997            description9992            description
9998              "LMP ";9993              "LMP ";
9999            container tcp {9994            container tcp {
10000              description9995              description
10001                "TCP ";9996                "TCP ";
10002              container known {9997              container known {
10003                description9998                description
10004                  "Known ";9999                  "Known ";
10005                leaf rate {10000                leaf rate {
10006                  type uint32 {10001                  type uint32 {
10007                    range "0..4294967295" {10002                    range "0..4294967295" {
10008                      description10003                      description
10009                        "Packets Per Second (actual Min and Max range depends on platform)";10004                        "Packets Per Second (actual Min and Max range depends on platform)";
10010                    }10005                    }
10011                  }10006                  }
10012                  description10007                  description
10013                    "Rate in PPS";10008                    "Rate in PPS";
10014                }10009                }
10015              }10010              }
10016              container configured {10011              container configured {
10017                description10012                description
10018                  "Configured";10013                  "Configured";
10019                leaf rate {10014                leaf rate {
10020                  type uint32 {10015                  type uint32 {
10021                    range "0..4294967295" {10016                    range "0..4294967295" {
10022                      description10017                      description
10023                        "Packets Per Second (actual Min and Max range depends on platform)";10018                        "Packets Per Second (actual Min and Max range depends on platform)";
10024                    }10019                    }
10025                  }10020                  }
10026                  description10021                  description
10027                    "Rate in PPS";10022                    "Rate in PPS";
10028                }10023                }
10029              }10024              }
10030              container default {10025              container default {
10031                description10026                description
10032                  "Default ";10027                  "Default ";
10033                leaf rate {10028                leaf rate {
10034                  type uint32 {10029                  type uint32 {
10035                    range "0..4294967295" {10030                    range "0..4294967295" {
10036                      description10031                      description
10037                        "Packets Per Second (actual Min and Max range depends on platform)";10032                        "Packets Per Second (actual Min and Max range depends on platform)";
10038                    }10033                    }
10039                  }10034                  }
10040                  description10035                  description
10041                    "Rate in PPS";10036                    "Rate in PPS";
10042                }10037                }
10043              }10038              }
10044            }10039            }
10045            container udp {10040            container udp {
10046              description10041              description
10047                "UDP ";10042                "UDP ";
10048              leaf rate {10043              leaf rate {
10049                type uint32 {10044                type uint32 {
10050                  range "0..4294967295" {10045                  range "0..4294967295" {
10051                    description10046                    description
10052                      "Packets Per Second (actual Min and Max range depends on platform)";10047                      "Packets Per Second (actual Min and Max range depends on platform)";
10053                  }10048                  }
10054                }10049                }
10055                description10050                description
10056                  "Rate in PPS";10051                  "Rate in PPS";
10057              }10052              }
10058            }10053            }
10059          }10054          }
10060          container rsvp {10055          container rsvp {
10061            description10056            description
10062              "RSVP ";10057              "RSVP ";
10063            container default {10058            container default {
10064              description10059              description
10065                "RSVP Default ";10060                "RSVP Default ";
10066              leaf rate {10061              leaf rate {
10067                type uint32 {10062                type uint32 {
10068                  range "0..4294967295" {10063                  range "0..4294967295" {
10069                    description10064                    description
10070                      "Packets Per Second (actual Min and Max range depends on platform)";10065                      "Packets Per Second (actual Min and Max range depends on platform)";
10071                  }10066                  }
10072                }10067                }
10073                description10068                description
10074                  "Rate in PPS";10069                  "Rate in PPS";
10075              }10070              }
10076            }10071            }
10077            container known {10072            container known {
10078              description10073              description
10079                "RSVP Known ";10074                "RSVP Known ";
10080              leaf rate {10075              leaf rate {
10081                type uint32 {10076                type uint32 {
10082                  range "0..4294967295" {10077                  range "0..4294967295" {
10083                    description10078                    description
10084                      "Packets Per Second (actual Min and Max range depends on platform)";10079                      "Packets Per Second (actual Min and Max range depends on platform)";
10085                  }10080                  }
10086                }10081                }
10087                description10082                description
10088                  "Rate in PPS";10083                  "Rate in PPS";
10089              }10084              }
10090            }10085            }
10091            container udp {10086            container udp {
10092              description10087              description
10093                "UDP";10088                "UDP";
10094              leaf rate {10089              leaf rate {
10095                type uint32 {10090                type uint32 {
10096                  range "0..4294967295" {10091                  range "0..4294967295" {
10097                    description10092                    description
10098                      "Packets Per Second (actual Min and Max range depends on platform)";10093                      "Packets Per Second (actual Min and Max range depends on platform)";
10099                  }10094                  }
10100                }10095                }
10101                description10096                description
10102                  "Rate in PPS";10097                  "Rate in PPS";
10103              }10098              }
10104            }10099            }
10105          }10100          }
10106          container ike {10101          container ike {
10107            description10102            description
10108              "IKE ";10103              "IKE ";
10109            leaf rate {10104            leaf rate {
10110              type uint32 {10105              type uint32 {
10111                range "0..4294967295" {10106                range "0..4294967295" {
10112                  description10107                  description
10113                    "Packets Per Second (actual Min and Max range depends on platform)";10108                    "Packets Per Second (actual Min and Max range depends on platform)";
10114                }10109                }
10115              }10110              }
10116              description10111              description
10117                "Rate in PPS";10112                "Rate in PPS";
10118            }10113            }
10119          }10114          }
10120          container ipsec {10115          container ipsec {
10121            description10116            description
10122              "IPSEC ";10117              "IPSEC ";
10123            container known {10118            container known {
10124              description10119              description
10125                "Known ";10120                "Known ";
10126              leaf rate {10121              leaf rate {
10127                type uint32 {10122                type uint32 {
10128                  range "0..4294967295" {10123                  range "0..4294967295" {
10129                    description10124                    description
10130                      "Packets Per Second (actual Min and Max range depends on platform)";10125                      "Packets Per Second (actual Min and Max range depends on platform)";
10131                  }10126                  }
10132                }10127                }
10133                description10128                description
10134                  "Rate in PPS";10129                  "Rate in PPS";
10135              }10130              }
10136            }10131            }
10137            container default {10132            container default {
10138              description10133              description
10139                "Default ";10134                "Default ";
10140              leaf rate {10135              leaf rate {
10141                type uint32 {10136                type uint32 {
10142                  range "0..4294967295" {10137                  range "0..4294967295" {
10143                    description10138                    description
10144                      "Packets Per Second (actual Min and Max range depends on platform)";10139                      "Packets Per Second (actual Min and Max range depends on platform)";
10145                  }10140                  }
10146                }10141                }
10147                description10142                description
10148                  "Rate in PPS";10143                  "Rate in PPS";
10149              }10144              }
10150            }10145            }
10151          }10146          }
10152          container msdp {10147          container msdp {
10153            description10148            description
10154              "MSDP ";10149              "MSDP ";
10155            container known {10150            container known {
10156              description10151              description
10157                "Known ";10152                "Known ";
10158              leaf rate {10153              leaf rate {
10159                type uint32 {10154                type uint32 {
10160                  range "0..4294967295" {10155                  range "0..4294967295" {
10161                    description10156                    description
10162                      "Packets Per Second (actual Min and Max range depends on platform)";10157                      "Packets Per Second (actual Min and Max range depends on platform)";
10163                  }10158                  }
10164                }10159                }
10165                description10160                description
10166                  "Rate in PPS";10161                  "Rate in PPS";
10167              }10162              }
10168            }10163            }
10169            container configured {10164            container configured {
10170              description10165              description
10171                "Configured";10166                "Configured";
10172              leaf rate {10167              leaf rate {
10173                type uint32 {10168                type uint32 {
10174                  range "0..4294967295" {10169                  range "0..4294967295" {
10175                    description10170                    description
10176                      "Packets Per Second (actual Min and Max range depends on platform)";10171                      "Packets Per Second (actual Min and Max range depends on platform)";
10177                  }10172                  }
10178                }10173                }
10179                description10174                description
10180                  "Rate in PPS";10175                  "Rate in PPS";
10181              }10176              }
10182            }10177            }
10183            container default {10178            container default {
10184              description10179              description
10185                "Default";10180                "Default";
10186              leaf rate {10181              leaf rate {
10187                type uint32 {10182                type uint32 {
10188                  range "0..4294967295" {10183                  range "0..4294967295" {
10189                    description10184                    description
10190                      "Packets Per Second (actual Min and Max range depends on platform)";10185                      "Packets Per Second (actual Min and Max range depends on platform)";
10191                  }10186                  }
10192                }10187                }
10193                description10188                description
10194                  "Rate in PPS";10189                  "Rate in PPS";
10195              }10190              }
10196            }10191            }
10197          }10192          }
10198          container snmp {10193          container snmp {
10199            description10194            description
10200              "SNMP ";10195              "SNMP ";
10201            leaf rate {10196            leaf rate {
10202              type uint32 {10197              type uint32 {
10203                range "0..4294967295" {10198                range "0..4294967295" {
10204                  description10199                  description
10205                    "Packets Per Second (actual Min and Max range depends on platform)";10200                    "Packets Per Second (actual Min and Max range depends on platform)";
10206                }10201                }
10207              }10202              }
10208              description10203              description
10209                "Rate in PPS";10204                "Rate in PPS";
10210            }10205            }
10211          }10206          }
10212          container ssh {10207          container ssh {
10213            description10208            description
10214              "SSH ";10209              "SSH ";
10215            container known {10210            container known {
10216              description10211              description
10217                "Known ";10212                "Known ";
10218              leaf rate {10213              leaf rate {
10219                type uint32 {10214                type uint32 {
10220                  range "0..4294967295" {10215                  range "0..4294967295" {
10221                    description10216                    description
10222                      "Packets Per Second (actual Min and Max range depends on platform)";10217                      "Packets Per Second (actual Min and Max range depends on platform)";
10223                  }10218                  }
10224                }10219                }
10225                description10220                description
10226                  "Rate in PPS";10221                  "Rate in PPS";
10227              }10222              }
10228            }10223            }
10229            container default {10224            container default {
10230              description10225              description
10231                "Default ";10226                "Default ";
10232              leaf rate {10227              leaf rate {
10233                type uint32 {10228                type uint32 {
10234                  range "0..4294967295" {10229                  range "0..4294967295" {
10235                    description10230                    description
10236                      "Packets Per Second (actual Min and Max range depends on platform)";10231                      "Packets Per Second (actual Min and Max range depends on platform)";
10237                  }10232                  }
10238                }10233                }
10239                description10234                description
10240                  "Rate in PPS";10235                  "Rate in PPS";
10241              }10236              }
10242            }10237            }
10243          }10238          }
10244          container http {10239          container http {
10245            description10240            description
10246              "HTTP ";10241              "HTTP ";
10247            container known {10242            container known {
10248              description10243              description
10249                "Known ";10244                "Known ";
10250              leaf rate {10245              leaf rate {
10251                type uint32 {10246                type uint32 {
10252                  range "0..4294967295" {10247                  range "0..4294967295" {
10253                    description10248                    description
10254                      "Packets Per Second (actual Min and Max range depends on platform)";10249                      "Packets Per Second (actual Min and Max range depends on platform)";
10255                  }10250                  }
10256                }10251                }
10257                description10252                description
10258                  "Rate in PPS";10253                  "Rate in PPS";
10259              }10254              }
10260            }10255            }
10261            container default {10256            container default {
10262              description10257              description
10263                "Default ";10258                "Default ";
10264              leaf rate {10259              leaf rate {
10265                type uint32 {10260                type uint32 {
10266                  range "0..4294967295" {10261                  range "0..4294967295" {
10267                    description10262                    description
10268                      "Packets Per Second (actual Min and Max range depends on platform)";10263                      "Packets Per Second (actual Min and Max range depends on platform)";
10269                  }10264                  }
10270                }10265                }
10271                description10266                description
10272                  "Rate in PPS";10267                  "Rate in PPS";
10273              }10268              }
10274            }10269            }
10275          }10270          }
10276          container shttp {10271          container shttp {
10277            description10272            description
10278              "SHTTP ";10273              "SHTTP ";
10279            container known {10274            container known {
10280              description10275              description
10281                "Known ";10276                "Known ";
10282              leaf rate {10277              leaf rate {
10283                type uint32 {10278                type uint32 {
10284                  range "0..4294967295" {10279                  range "0..4294967295" {
10285                    description10280                    description
10286                      "Packets Per Second (actual Min and Max range depends on platform)";10281                      "Packets Per Second (actual Min and Max range depends on platform)";
10287                  }10282                  }
10288                }10283                }
10289                description10284                description
10290                  "Rate in PPS";10285                  "Rate in PPS";
10291              }10286              }
10292            }10287            }
10293            container default {10288            container default {
10294              description10289              description
10295                "Default ";10290                "Default ";
10296              leaf rate {10291              leaf rate {
10297                type uint32 {10292                type uint32 {
10298                  range "0..4294967295" {10293                  range "0..4294967295" {
10299                    description10294                    description
10300                      "Packets Per Second (actual Min and Max range depends on platform)";10295                      "Packets Per Second (actual Min and Max range depends on platform)";
10301                  }10296                  }
10302                }10297                }
10303                description10298                description
10304                  "Rate in PPS";10299                  "Rate in PPS";
10305              }10300              }
10306            }10301            }
10307          }10302          }
10308          container telnet {10303          container telnet {
10309            description10304            description
10310              "TELNET ";10305              "TELNET ";
10311            container known {10306            container known {
10312              description10307              description
10313                "Known ";10308                "Known ";
10314              leaf rate {10309              leaf rate {
10315                type uint32 {10310                type uint32 {
10316                  range "0..4294967295" {10311                  range "0..4294967295" {
10317                    description10312                    description
10318                      "Packets Per Second (actual Min and Max range depends on platform)";10313                      "Packets Per Second (actual Min and Max range depends on platform)";
10319                  }10314                  }
10320                }10315                }
10321                description10316                description
10322                  "Rate in PPS";10317                  "Rate in PPS";
10323              }10318              }
10324            }10319            }
10325            container default {10320            container default {
10326              description10321              description
10327                "Default ";10322                "Default ";
10328              leaf rate {10323              leaf rate {
10329                type uint32 {10324                type uint32 {
10330                  range "0..4294967295" {10325                  range "0..4294967295" {
10331                    description10326                    description
10332                      "Packets Per Second (actual Min and Max range depends on platform)";10327                      "Packets Per Second (actual Min and Max range depends on platform)";
10333                  }10328                  }
10334                }10329                }
10335                description10330                description
10336                  "Rate in PPS";10331                  "Rate in PPS";
10337              }10332              }
10338            }10333            }
10339          }10334          }
10340          container css {10335          container css {
10341            description10336            description
10342              "CSS ";10337              "CSS ";
10343            container known {10338            container known {
10344              description10339              description
10345                "Known ";10340                "Known ";
10346              leaf rate {10341              leaf rate {
10347                type uint32 {10342                type uint32 {
10348                  range "0..4294967295" {10343                  range "0..4294967295" {
10349                    description10344                    description
10350                      "Packets Per Second (actual Min and Max range depends on platform)";10345                      "Packets Per Second (actual Min and Max range depends on platform)";
10351                  }10346                  }
10352                }10347                }
10353                description10348                description
10354                  "Rate in PPS";10349                  "Rate in PPS";
10355              }10350              }
10356            }10351            }
10357            container default {10352            container default {
10358              description10353              description
10359                "Default ";10354                "Default ";
10360              leaf rate {10355              leaf rate {
10361                type uint32 {10356                type uint32 {
10362                  range "0..4294967295" {10357                  range "0..4294967295" {
10363                    description10358                    description
10364                      "Packets Per Second (actual Min and Max range depends on platform)";10359                      "Packets Per Second (actual Min and Max range depends on platform)";
10365                  }10360                  }
10366                }10361                }
10367                description10362                description
10368                  "Rate in PPS";10363                  "Rate in PPS";
10369              }10364              }
10370            }10365            }
10371          }10366          }
10372          container rsh {10367          container rsh {
10373            description10368            description
10374              "RSH ";10369              "RSH ";
10375            container known {10370            container known {
10376              description10371              description
10377                "Known ";10372                "Known ";
10378              leaf rate {10373              leaf rate {
10379                type uint32 {10374                type uint32 {
10380                  range "0..4294967295" {10375                  range "0..4294967295" {
10381                    description10376                    description
10382                      "Packets Per Second (actual Min and Max range depends on platform)";10377                      "Packets Per Second (actual Min and Max range depends on platform)";
10383                  }10378                  }
10384                }10379                }
10385                description10380                description
10386                  "Rate in PPS";10381                  "Rate in PPS";
10387              }10382              }
10388            }10383            }
10389            container default {10384            container default {
10390              description10385              description
10391                "Default ";10386                "Default ";
10392              leaf rate {10387              leaf rate {
10393                type uint32 {10388                type uint32 {
10394                  range "0..4294967295" {10389                  range "0..4294967295" {
10395                    description10390                    description
10396                      "Packets Per Second (actual Min and Max range depends on platform)";10391                      "Packets Per Second (actual Min and Max range depends on platform)";
10397                  }10392                  }
10398                }10393                }
10399                description10394                description
10400                  "Rate in PPS";10395                  "Rate in PPS";
10401              }10396              }
10402            }10397            }
10403          }10398          }
10404          container udp {10399          container udp {
10405            description10400            description
10406              "UDP ";10401              "UDP ";
10407            container known {10402            container known {
10408              description10403              description
10409                "Known ";10404                "Known ";
10410              leaf rate {10405              leaf rate {
10411                type uint32 {10406                type uint32 {
10412                  range "0..4294967295" {10407                  range "0..4294967295" {
10413                    description10408                    description
10414                      "Packets Per Second (actual Min and Max range depends on platform)";10409                      "Packets Per Second (actual Min and Max range depends on platform)";
10415                  }10410                  }
10416                }10411                }
10417                description10412                description
10418                  "Rate in PPS";10413                  "Rate in PPS";
10419              }10414              }
10420            }10415            }
10421            container listen {10416            container listen {
10422              description10417              description
10423                "Listen ";10418                "Listen ";
10424              leaf rate {10419              leaf rate {
10425                type uint32 {10420                type uint32 {
10426                  range "0..4294967295" {10421                  range "0..4294967295" {
10427                    description10422                    description
10428                      "Packets Per Second (actual Min and Max range depends on platform)";10423                      "Packets Per Second (actual Min and Max range depends on platform)";
10429                  }10424                  }
10430                }10425                }
10431                description10426                description
10432                  "Rate in PPS";10427                  "Rate in PPS";
10433              }10428              }
10434            }10429            }
10435            container configured {10430            container configured {
10436              description10431              description
10437                "Config peer ";10432                "Config peer ";
10438              leaf rate {10433              leaf rate {
10439                type uint32 {10434                type uint32 {
10440                  range "0..4294967295" {10435                  range "0..4294967295" {
10441                    description10436                    description
10442                      "Packets Per Second (actual Min and Max range depends on platform)";10437                      "Packets Per Second (actual Min and Max range depends on platform)";
10443                  }10438                  }
10444                }10439                }
10445                description10440                description
10446                  "Rate in PPS";10441                  "Rate in PPS";
10447              }10442              }
10448            }10443            }
10449            container default {10444            container default {
10450              description10445              description
10451                "Default ";10446                "Default ";
10452              leaf rate {10447              leaf rate {
10453                type uint32 {10448                type uint32 {
10454                  range "0..4294967295" {10449                  range "0..4294967295" {
10455                    description10450                    description
10456                      "Packets Per Second (actual Min and Max range depends on platform)";10451                      "Packets Per Second (actual Min and Max range depends on platform)";
10457                  }10452                  }
10458                }10453                }
10459                description10454                description
10460                  "Rate in PPS";10455                  "Rate in PPS";
10461              }10456              }
10462            }10457            }
10463          }10458          }
10464          container tcp {10459          container tcp {
10465            description10460            description
10466              "TCP ";10461              "TCP ";
10467            container known {10462            container known {
10468              description10463              description
10469                "Known ";10464                "Known ";
10470              leaf rate {10465              leaf rate {
10471                type uint32 {10466                type uint32 {
10472                  range "0..4294967295" {10467                  range "0..4294967295" {
10473                    description10468                    description
10474                      "Packets Per Second (actual Min and Max range depends on platform)";10469                      "Packets Per Second (actual Min and Max range depends on platform)";
10475                  }10470                  }
10476                }10471                }
10477                description10472                description
10478                  "Rate in PPS";10473                  "Rate in PPS";
10479              }10474              }
10480            }10475            }
10481            container listen {10476            container listen {
10482              description10477              description
10483                "Listen ";10478                "Listen ";
10484              leaf rate {10479              leaf rate {
10485                type uint32 {10480                type uint32 {
10486                  range "0..4294967295" {10481                  range "0..4294967295" {
10487                    description10482                    description
10488                      "Packets Per Second (actual Min and Max range depends on platform)";10483                      "Packets Per Second (actual Min and Max range depends on platform)";
10489                  }10484                  }
10490                }10485                }
10491                description10486                description
10492                  "Rate in PPS";10487                  "Rate in PPS";
10493              }10488              }
10494            }10489            }
10495            container configured {10490            container configured {
10496              description10491              description
10497                "Configured ";10492                "Configured ";
10498              leaf rate {10493              leaf rate {
10499                type uint32 {10494                type uint32 {
10500                  range "0..4294967295" {10495                  range "0..4294967295" {
10501                    description10496                    description
10502                      "Packets Per Second (actual Min and Max range depends on platform)";10497                      "Packets Per Second (actual Min and Max range depends on platform)";
10503                  }10498                  }
10504                }10499                }
10505                description10500                description
10506                  "Rate in PPS";10501                  "Rate in PPS";
10507              }10502              }
10508            }10503            }
10509            container default {10504            container default {
10510              description10505              description
10511                "Default ";10506                "Default ";
10512              leaf rate {10507              leaf rate {
10513                type uint32 {10508                type uint32 {
10514                  range "0..4294967295" {10509                  range "0..4294967295" {
10515                    description10510                    description
10516                      "Packets Per Second (actual Min and Max range depends on platform)";10511                      "Packets Per Second (actual Min and Max range depends on platform)";
10517                  }10512                  }
10518                }10513                }
10519                description10514                description
10520                  "Rate in PPS";10515                  "Rate in PPS";
10521              }10516              }
10522            }10517            }
10523          }10518          }
10524          container multicast {10519          container multicast {
10525            description10520            description
10526              "Multicast ";10521              "Multicast ";
10527            container known {10522            container known {
10528              description10523              description
10529                "Known ";10524                "Known ";
10530              leaf rate {10525              leaf rate {
10531                type uint32 {10526                type uint32 {
10532                  range "0..4294967295" {10527                  range "0..4294967295" {
10533                    description10528                    description
10534                      "Packets Per Second (actual Min and Max range depends on platform)";10529                      "Packets Per Second (actual Min and Max range depends on platform)";
10535                  }10530                  }
10536                }10531                }
10537                description10532                description
10538                  "Rate in PPS";10533                  "Rate in PPS";
10539              }10534              }
10540            }10535            }
10541            container default {10536            container default {
10542              description10537              description
10543                "Default ";10538                "Default ";
10544              leaf rate {10539              leaf rate {
10545                type uint32 {10540                type uint32 {
10546                  range "0..4294967295" {10541                  range "0..4294967295" {
10547                    description10542                    description
10548                      "Packets Per Second (actual Min and Max range depends on platform)";10543                      "Packets Per Second (actual Min and Max range depends on platform)";
10549                  }10544                  }
10550                }10545                }
10551                description10546                description
10552                  "Rate in PPS";10547                  "Rate in PPS";
10553              }10548              }
10554            }10549            }
10555          }10550          }
10556          container raw {10551          container raw {
10557            description10552            description
10558              "Raw ";10553              "Raw ";
10559            container listen {10554            container listen {
10560              description10555              description
10561                "Listen ";10556                "Listen ";
10562              leaf rate {10557              leaf rate {
10563                type uint32 {10558                type uint32 {
10564                  range "0..4294967295" {10559                  range "0..4294967295" {
10565                    description10560                    description
10566                      "Packets Per Second (actual Min and Max range depends on platform)";10561                      "Packets Per Second (actual Min and Max range depends on platform)";
10567                  }10562                  }
10568                }10563                }
10569                description10564                description
10570                  "Rate in PPS";10565                  "Rate in PPS";
10571              }10566              }
10572            }10567            }
10573            container default {10568            container default {
10574              description10569              description
10575                "Default ";10570                "Default ";
10576              leaf rate {10571              leaf rate {
10577                type uint32 {10572                type uint32 {
10578                  range "0..4294967295" {10573                  range "0..4294967295" {
10579                    description10574                    description
10580                      "Packets Per Second (actual Min and Max range depends on platform)";10575                      "Packets Per Second (actual Min and Max range depends on platform)";
10581                  }10576                  }
10582                }10577                }
10583                description10578                description
10584                  "Rate in PPS";10579                  "Rate in PPS";
10585              }10580              }
10586            }10581            }
10587          }10582          }
10588          container ip-sla {10583          container ip-sla {
10589            description10584            description
10590              "IP-SLA ";10585              "IP-SLA ";
10591            leaf rate {10586            leaf rate {
10592              type uint32 {10587              type uint32 {
10593                range "0..4294967295" {10588                range "0..4294967295" {
10594                  description10589                  description
10595                    "Packets Per Second (actual Min and Max range depends on platform)";10590                    "Packets Per Second (actual Min and Max range depends on platform)";
10596                }10591                }
10597              }10592              }
10598              description10593              description
10599                "Rate in PPS";10594                "Rate in PPS";
10600            }10595            }
10601          }10596          }
10602          container eigrp {10597          container eigrp {
10603            description10598            description
10604              "EIGRP ";10599              "EIGRP ";
10605            leaf rate {10600            leaf rate {
10606              type uint32 {10601              type uint32 {
10607                range "0..4294967295" {10602                range "0..4294967295" {
10608                  description10603                  description
10609                    "Packets Per Second (actual Min and Max range depends on platform)";10604                    "Packets Per Second (actual Min and Max range depends on platform)";
10610                }10605                }
10611              }10606              }
10612              description10607              description
10613                "Rate in PPS";10608                "Rate in PPS";
10614            }10609            }
10615          }10610          }
10616          container rip {10611          container rip {
10617            description10612            description
10618              "RIP ";10613              "RIP ";
10619            leaf rate {10614            leaf rate {
10620              type uint32 {10615              type uint32 {
10621                range "0..4294967295" {10616                range "0..4294967295" {
10622                  description10617                  description
10623                    "Packets Per Second (actual Min and Max range depends on platform)";10618                    "Packets Per Second (actual Min and Max range depends on platform)";
10624                }10619                }
10625              }10620              }
10626              description10621              description
10627                "Rate in PPS";10622                "Rate in PPS";
10628            }10623            }
10629          }10624          }
10630          container l2tpv3 {10625          container l2tpv3 {
10631            description10626            description
10632              "L2TPv3 ";10627              "L2TPv3 ";
10633            leaf rate {10628            leaf rate {
10634              type uint32 {10629              type uint32 {
10635                range "0..4294967295" {10630                range "0..4294967295" {
10636                  description10631                  description
10637                    "Packets Per Second (actual Min and Max range depends on platform)";10632                    "Packets Per Second (actual Min and Max range depends on platform)";
10638                }10633                }
10639              }10634              }
10640              description10635              description
10641                "Rate in PPS";10636                "Rate in PPS";
10642            }10637            }
10643          }10638          }
10644          container pcep {10639          container pcep {
10645            description10640            description
10646              "PCEP ";10641              "PCEP ";
10647            leaf rate {10642            leaf rate {
10648              type uint32 {10643              type uint32 {
10649                range "0..4294967295" {10644                range "0..4294967295" {
10650                  description10645                  description
10651                    "Packets Per Second (actual Min and Max range depends on platform)";10646                    "Packets Per Second (actual Min and Max range depends on platform)";
10652                }10647                }
10653              }10648              }
10654              description10649              description
10655                "Rate in PPS";10650                "Rate in PPS";
10656            }10651            }
10657          }10652          }
10658          container gre {10653          container gre {
10659            description10654            description
10660              "GRE ";10655              "GRE ";
10661            leaf rate {10656            leaf rate {
10662              type uint32 {10657              type uint32 {
10663                range "0..4294967295" {10658                range "0..4294967295" {
10664                  description10659                  description
10665                    "Packets Per Second (actual Min and Max range depends on platform)";10660                    "Packets Per Second (actual Min and Max range depends on platform)";
10666                }10661                }
10667              }10662              }
10668              description10663              description
10669                "Rate in PPS";10664                "Rate in PPS";
10670            }10665            }
10671          }10666          }
10672          container vrrp {10667          container vrrp {
10673            description10668            description
10674              "VRRP ";10669              "VRRP ";
10675            leaf rate {10670            leaf rate {
10676              type uint32 {10671              type uint32 {
10677                range "0..4294967295" {10672                range "0..4294967295" {
10678                  description10673                  description
10679                    "Packets Per Second (actual Min and Max range depends on platform)";10674                    "Packets Per Second (actual Min and Max range depends on platform)";
10680                }10675                }
10681              }10676              }
10682              description10677              description
10683                "Rate in PPS";10678                "Rate in PPS";
10684            }10679            }
10685          }10680          }
10686          container hsrp {10681          container hsrp {
10687            description10682            description
10688              "HSRP ";10683              "HSRP ";
10689            leaf rate {10684            leaf rate {
10690              type uint32 {10685              type uint32 {
10691                range "0..4294967295" {10686                range "0..4294967295" {
10692                  description10687                  description
10693                    "Packets Per Second (actual Min and Max range depends on platform)";10688                    "Packets Per Second (actual Min and Max range depends on platform)";
10694                }10689                }
10695              }10690              }
10696              description10691              description
10697                "Rate in PPS";10692                "Rate in PPS";
10698            }10693            }
10699          }10694          }
10700          container mpls {10695          container mpls {
10701            description10696            description
10702              "MPLS ";10697              "MPLS ";
10703            container oam {10698            container oam {
10704              description10699              description
10705                "Oam ";10700                "Oam ";
10706              leaf rate {10701              leaf rate {
10707                type uint32 {10702                type uint32 {
10708                  range "0..4294967295" {10703                  range "0..4294967295" {
10709                    description10704                    description
10710                      "Packets Per Second (actual Min and Max range depends on platform)";10705                      "Packets Per Second (actual Min and Max range depends on platform)";
10711                  }10706                  }
10712                }10707                }
10713                description10708                description
10714                  "Rate in PPS";10709                  "Rate in PPS";
10715              }10710              }
10716            }10711            }
10717          }10712          }
10718          container l2tpv2 {10713          container l2tpv2 {
10719            description10714            description
10720              "L2TPv2 ";10715              "L2TPv2 ";
10721            container default {10716            container default {
10722              description10717              description
10723                "Default ";10718                "Default ";
10724              leaf rate {10719              leaf rate {
10725                type uint32 {10720                type uint32 {
10726                  range "0..4294967295" {10721                  range "0..4294967295" {
10727                    description10722                    description
10728                      "Packets Per Second (actual Min and Max range depends on platform)";10723                      "Packets Per Second (actual Min and Max range depends on platform)";
10729                  }10724                  }
10730                }10725                }
10731                description10726                description
10732                  "Rate in PPS";10727                  "Rate in PPS";
10733              }10728              }
10734            }10729            }
10735            container known {10730            container known {
10736              description10731              description
10737                "Known ";10732                "Known ";
10738              leaf rate {10733              leaf rate {
10739                type uint32 {10734                type uint32 {
10740                  range "0..4294967295" {10735                  range "0..4294967295" {
10741                    description10736                    description
10742                      "Packets Per Second (actual Min and Max range depends on platform)";10737                      "Packets Per Second (actual Min and Max range depends on platform)";
10743                  }10738                  }
10744                }10739                }
10745                description10740                description
10746                  "Rate in PPS";10741                  "Rate in PPS";
10747              }10742              }
10748            }10743            }
10749          }10744          }
10750          container dns {10745          container dns {
10751            description10746            description
10752              "DNS ";10747              "DNS ";
10753            leaf rate {10748            leaf rate {
10754              type uint32 {10749              type uint32 {
10755                range "0..4294967295" {10750                range "0..4294967295" {
10756                  description10751                  description
10757                    "Packets Per Second (actual Min and Max range depends on platform)";10752                    "Packets Per Second (actual Min and Max range depends on platform)";
10758                }10753                }
10759              }10754              }
10760              description10755              description
10761                "Rate in PPS";10756                "Rate in PPS";
10762            }10757            }
10763          }10758          }
10764          container radius {10759          container radius {
10765            description10760            description
10766              "RADIUS ";10761              "RADIUS ";
10767            leaf rate {10762            leaf rate {
10768              type uint32 {10763              type uint32 {
10769                range "0..4294967295" {10764                range "0..4294967295" {
10770                  description10765                  description
10771                    "Packets Per Second (actual Min and Max range depends on platform)";10766                    "Packets Per Second (actual Min and Max range depends on platform)";
10772                }10767                }
10773              }10768              }
10774              description10769              description
10775                "Rate in PPS";10770                "Rate in PPS";
10776            }10771            }
10777          }10772          }
10778          container tacacs {10773          container tacacs {
10779            description10774            description
10780              "TACACS ";10775              "TACACS ";
10781            leaf rate {10776            leaf rate {
10782              type uint32 {10777              type uint32 {
10783                range "0..4294967295" {10778                range "0..4294967295" {
10784                  description10779                  description
10785                    "Packets Per Second (actual Min and Max range depends on platform)";10780                    "Packets Per Second (actual Min and Max range depends on platform)";
10786                }10781                }
10787              }10782              }
10788              description10783              description
10789                "Rate in PPS";10784                "Rate in PPS";
10790            }10785            }
10791          }10786          }
10792          container ntp {10787          container ntp {
10793            description10788            description
10794              "NTP ";10789              "NTP ";
10795            container default {10790            container default {
10796              description10791              description
10797                "Default ";10792                "Default ";
10798              leaf rate {10793              leaf rate {
10799                type uint32 {10794                type uint32 {
10800                  range "0..4294967295" {10795                  range "0..4294967295" {
10801                    description10796                    description
10802                      "Packets Per Second (actual Min and Max range depends on platform)";10797                      "Packets Per Second (actual Min and Max range depends on platform)";
10803                  }10798                  }
10804                }10799                }
10805                description10800                description
10806                  "Rate in PPS";10801                  "Rate in PPS";
10807              }10802              }
10808            }10803            }
10809            container known {10804            container known {
10810              description10805              description
10811                "Known ";10806                "Known ";
10812              leaf rate {10807              leaf rate {
10813                type uint32 {10808                type uint32 {
10814                  range "0..4294967295" {10809                  range "0..4294967295" {
10815                    description10810                    description
10816                      "Packets Per Second (actual Min and Max range depends on platform)";10811                      "Packets Per Second (actual Min and Max range depends on platform)";
10817                  }10812                  }
10818                }10813                }
10819                description10814                description
10820                  "Rate in PPS";10815                  "Rate in PPS";
10821              }10816              }
10822            }10817            }
10823          }10818          }
10824          container mipv6 {10819          container mipv6 {
10825            description10820            description
10826              "MIPv6 ";10821              "MIPv6 ";
10827            leaf rate {10822            leaf rate {
10828              type uint32 {10823              type uint32 {
10829                range "0..4294967295" {10824                range "0..4294967295" {
10830                  description10825                  description
10831                    "Packets Per Second (actual Min and Max range depends on platform)";10826                    "Packets Per Second (actual Min and Max range depends on platform)";
10832                }10827                }
10833              }10828              }
10834              description10829              description
10835                "Rate in PPS";10830                "Rate in PPS";
10836            }10831            }
10837          }10832          }
10838          container amt {10833          container amt {
10839            description10834            description
10840              "AMT ";10835              "AMT ";
10841            leaf rate {10836            leaf rate {
10842              type uint32 {10837              type uint32 {
10843                range "0..4294967295" {10838                range "0..4294967295" {
10844                  description10839                  description
10845                    "Packets Per Second (actual Min and Max range depends on platform)";10840                    "Packets Per Second (actual Min and Max range depends on platform)";
10846                }10841                }
10847              }10842              }
10848              description10843              description
10849                "Rate in PPS";10844                "Rate in PPS";
10850            }10845            }
10851          }10846          }
10852          container sdac {10847          container sdac {
10853            description10848            description
10854              "SDAC-TCP ";10849              "SDAC-TCP ";
10855            leaf rate {10850            leaf rate {
10856              type uint32 {10851              type uint32 {
10857                range "0..4294967295" {10852                range "0..4294967295" {
10858                  description10853                  description
10859                    "Packets Per Second (actual Min and Max range depends on platform)";10854                    "Packets Per Second (actual Min and Max range depends on platform)";
10860                }10855                }
10861              }10856              }
10862              description10857              description
10863                "Rate in PPS";10858                "Rate in PPS";
10864            }10859            }
10865          }10860          }
10866          container radius-coa {10861          container radius-coa {
10867            description10862            description
10868              "RADIUS COA ";10863              "RADIUS COA ";
10869            leaf rate {10864            leaf rate {
10870              type uint32 {10865              type uint32 {
10871                range "0..4294967295" {10866                range "0..4294967295" {
10872                  description10867                  description
10873                    "Packets Per Second (actual Min and Max range depends on platform)";10868                    "Packets Per Second (actual Min and Max range depends on platform)";
10874                }10869                }
10875              }10870              }
10876              description10871              description
10877                "Rate in PPS";10872                "Rate in PPS";
10878            }10873            }
10879          }10874          }
10880          container rel-udp {10875          container rel-udp {
10881            description10876            description
10882              "Syslog/netflow packets";10877              "Syslog/netflow packets";
10883            leaf rate {10878            leaf rate {
10884              type uint32 {10879              type uint32 {
10885                range "0..4294967295" {10880                range "0..4294967295" {
10886                  description10881                  description
10887                    "Packets Per Second (actual Min and Max range depends on platform)";10882                    "Packets Per Second (actual Min and Max range depends on platform)";
10888                }10883                }
10889              }10884              }
10890              description10885              description
10891                "Rate in PPS";10886                "Rate in PPS";
10892            }10887            }
10893          }10888          }
10894          container dhcpv4 {10889          container dhcpv4 {
10895            description10890            description
10896              "DHCPv4 ";10891              "DHCPv4 ";
10897            leaf rate {10892            leaf rate {
10898              type uint32 {10893              type uint32 {
10899                range "0..4294967295" {10894                range "0..4294967295" {
10900                  description10895                  description
10901                    "Packets Per Second (actual Min and Max range depends on platform)";10896                    "Packets Per Second (actual Min and Max range depends on platform)";
10902                }10897                }
10903              }10898              }
10904              description10899              description
10905                "Rate in PPS";10900                "Rate in PPS";
10906            }10901            }
10907          }10902          }
10908          container dhcpv6 {10903          container dhcpv6 {
10909            description10904            description
10910              "DHCPv6 ";10905              "DHCPv6 ";
10911            leaf rate {10906            leaf rate {
10912              type uint32 {10907              type uint32 {
10913                range "0..4294967295" {10908                range "0..4294967295" {
10914                  description10909                  description
10915                    "Packets Per Second (actual Min and Max range depends on platform)";10910                    "Packets Per Second (actual Min and Max range depends on platform)";
10916                }10911                }
10917              }10912              }
10918              description10913              description
10919                "Rate in PPS";10914                "Rate in PPS";
10920            }10915            }
10921          }10916          }
10922          container onepk {10917          container onepk {
10923            description10918            description
10924              "ONEPK ";10919              "ONEPK ";
10925            leaf rate {10920            leaf rate {
10926              type uint32 {10921              type uint32 {
10927                range "0..4294967295" {10922                range "0..4294967295" {
10928                  description10923                  description
10929                    "Packets Per Second (actual Min and Max range depends on platform)";10924                    "Packets Per Second (actual Min and Max range depends on platform)";
10930                }10925                }
10931              }10926              }
10932              description10927              description
10933                "Rate in PPS";10928                "Rate in PPS";
10934            }10929            }
10935          }10930          }
10936          container tpa {10931          container tpa {
10937            description10932            description
10938              "Third Party Applications";10933              "Third Party Applications";
10939            leaf rate {10934            leaf rate {
10940              type uint32 {10935              type uint32 {
10941                range "0..4294967295" {10936                range "0..4294967295" {
10942                  description10937                  description
10943                    "Packets Per Second (actual Min and Max range depends on platform)";10938                    "Packets Per Second (actual Min and Max range depends on platform)";
10944                }10939                }
10945              }10940              }
10946              description10941              description
10947                "Rate in PPS";10942                "Rate in PPS";
10948            }10943            }
10949          }10944          }
10950          container ietf-bob {10945          container ietf-bob {
10951            description10946            description
10952              "IETF BOB Packets";10947              "IETF BOB Packets";
10953            leaf rate {10948            leaf rate {
10954              type uint32 {10949              type uint32 {
10955                range "0..4294967295" {10950                range "0..4294967295" {
10956                  description10951                  description
10957                    "Packets Per Second (actual Min and Max range depends on platform)";10952                    "Packets Per Second (actual Min and Max range depends on platform)";
10958                }10953                }
10959              }10954              }
10960              description10955              description
10961                "Rate in PPS";10956                "Rate in PPS";
10962            }10957            }
10963          }10958          }
10964          container xipc {10959          container xipc {
10965            if-feature "pifib_xipc_throt_policer_config_check";10960            if-feature "pifib_xipc_throt_policer_config_check";
10966            description10961            description
10967              "XIPC rate limit";10962              "XIPC rate limit";
10968            leaf rate {10963            leaf rate {
10969              type uint32 {10964              type uint32 {
10970                range "0..4294967295" {10965                range "0..4294967295" {
10971                  description10966                  description
10972                    "Packets Per Second (actual Min and Max range depends on platform)";10967                    "Packets Per Second (actual Min and Max range depends on platform)";
10973                }10968                }
10974              }10969              }
10975              description10970              description
10976                "Rate in PPS";10971                "Rate in PPS";
10977            }10972            }
10978          }10973          }
10979          container pm-twamp {10974          container pm-twamp {
10980            description10975            description
10981              "PM TWAMP Packets";10976              "PM TWAMP Packets";
10982            leaf rate {10977            leaf rate {
10983              type uint32 {10978              type uint32 {
10984                range "0..4294967295" {10979                range "0..4294967295" {
10985                  description10980                  description
10986                    "Packets Per Second (actual Min and Max range depends on platform)";10981                    "Packets Per Second (actual Min and Max range depends on platform)";
10987                }10982                }
10988              }10983              }
10989              description10984              description
10990                "Rate in PPS";10985                "Rate in PPS";
10991            }10986            }
10992          }10987          }
10993        }10988        }
10994      }10989      }
10995      container np8 {10990      container np8 {
10996        description10991        description
10997          "Np number";10992          "Np number";
10998        container flow {10993        container flow {
10999          description10994          description
11000            "lpts flow type";10995            "lpts flow type";
11001          container fragment {10996          container fragment {
11002            description10997            description
11003              "Fragmented IP packets";10998              "Fragmented IP packets";
11004            leaf rate {10999            leaf rate {
11005              type uint32 {11000              type uint32 {
11006                range "0..4294967295" {11001                range "0..4294967295" {
11007                  description11002                  description
11008                    "Packets Per Second (actual Min and Max range depends on platform)";11003                    "Packets Per Second (actual Min and Max range depends on platform)";
11009                }11004                }
11010              }11005              }
11011              description11006              description
11012                "Rate in PPS";11007                "Rate in PPS";
11013            }11008            }
11014          }11009          }
11015          container ospf {11010          container ospf {
11016            description11011            description
11017              "OSPF ";11012              "OSPF ";
11018            container unicast {11013            container unicast {
11019              description11014              description
11020                "Unicast ";11015                "Unicast ";
11021              container known {11016              container known {
11022                description11017                description
11023                  "Known ";11018                  "Known ";
11024                leaf rate {11019                leaf rate {
11025                  type uint32 {11020                  type uint32 {
11026                    range "0..4294967295" {11021                    range "0..4294967295" {
11027                      description11022                      description
11028                        "Packets Per Second (actual Min and Max range depends on platform)";11023                        "Packets Per Second (actual Min and Max range depends on platform)";
11029                    }11024                    }
11030                  }11025                  }
11031                  description11026                  description
11032                    "Rate in PPS";11027                    "Rate in PPS";
11033                }11028                }
11034              }11029              }
11035              container default {11030              container default {
11036                description11031                description
11037                  "Default ";11032                  "Default ";
11038                leaf rate {11033                leaf rate {
11039                  type uint32 {11034                  type uint32 {
11040                    range "0..4294967295" {11035                    range "0..4294967295" {
11041                      description11036                      description
11042                        "Packets Per Second (actual Min and Max range depends on platform)";11037                        "Packets Per Second (actual Min and Max range depends on platform)";
11043                    }11038                    }
11044                  }11039                  }
11045                  description11040                  description
11046                    "Rate in PPS";11041                    "Rate in PPS";
11047                }11042                }
11048              }11043              }
11049            }11044            }
11050            container multicast {11045            container multicast {
11051              description11046              description
11052                "Multicast";11047                "Multicast";
11053              container known {11048              container known {
11054                description11049                description
11055                  "Known ";11050                  "Known ";
11056                leaf rate {11051                leaf rate {
11057                  type uint32 {11052                  type uint32 {
11058                    range "0..4294967295" {11053                    range "0..4294967295" {
11059                      description11054                      description
11060                        "Packets Per Second (actual Min and Max range depends on platform)";11055                        "Packets Per Second (actual Min and Max range depends on platform)";
11061                    }11056                    }
11062                  }11057                  }
11063                  description11058                  description
11064                    "Rate in PPS";11059                    "Rate in PPS";
11065                }11060                }
11066              }11061              }
11067              container default {11062              container default {
11068                description11063                description
11069                  "Default ";11064                  "Default ";
11070                leaf rate {11065                leaf rate {
11071                  type uint32 {11066                  type uint32 {
11072                    range "0..4294967295" {11067                    range "0..4294967295" {
11073                      description11068                      description
11074                        "Packets Per Second (actual Min and Max range depends on platform)";11069                        "Packets Per Second (actual Min and Max range depends on platform)";
11075                    }11070                    }
11076                  }11071                  }
11077                  description11072                  description
11078                    "Rate in PPS";11073                    "Rate in PPS";
11079                }11074                }
11080              }11075              }
11081            }11076            }
11082          }11077          }
11083          container isis {11078          container isis {
11084            description11079            description
11085              "ISIS ";11080              "ISIS ";
11086            container known {11081            container known {
11087              description11082              description
11088                "Known ";11083                "Known ";
11089              leaf rate {11084              leaf rate {
11090                type uint32 {11085                type uint32 {
11091                  range "0..4294967295" {11086                  range "0..4294967295" {
11092                    description11087                    description
11093                      "Packets Per Second (actual Min and Max range depends on platform)";11088                      "Packets Per Second (actual Min and Max range depends on platform)";
11094                  }11089                  }
11095                }11090                }
11096                description11091                description
11097                  "Rate in PPS";11092                  "Rate in PPS";
11098              }11093              }
11099            }11094            }
11100            container default {11095            container default {
11101              description11096              description
11102                "Default ";11097                "Default ";
11103              leaf rate {11098              leaf rate {
11104                type uint32 {11099                type uint32 {
11105                  range "0..4294967295" {11100                  range "0..4294967295" {
11106                    description11101                    description
11107                      "Packets Per Second (actual Min and Max range depends on platform)";11102                      "Packets Per Second (actual Min and Max range depends on platform)";
11108                  }11103                  }
11109                }11104                }
11110                description11105                description
11111                  "Rate in PPS";11106                  "Rate in PPS";
11112              }11107              }
11113            }11108            }
11114          }11109          }
11115          container bfd {11110          container bfd {
11116            description11111            description
11117              "BFD ";11112              "BFD ";
11118            container known {11113            container known {
11119              description11114              description
11120                "Known ";11115                "Known ";
11121              leaf rate {11116              leaf rate {
11122                type uint32 {11117                type uint32 {
11123                  range "0..4294967295" {11118                  range "0..4294967295" {
11124                    description11119                    description
11125                      "Packets Per Second (actual Min and Max range depends on platform)";11120                      "Packets Per Second (actual Min and Max range depends on platform)";
11126                  }11121                  }
11127                }11122                }
11128                description11123                description
11129                  "Rate in PPS";11124                  "Rate in PPS";
11130              }11125              }
11131            }11126            }
11132            container default {11127            container default {
11133              description11128              description
11134                "Default ";11129                "Default ";
11135              leaf rate {11130              leaf rate {
11136                type uint32 {11131                type uint32 {
11137                  range "0..4294967295" {11132                  range "0..4294967295" {
11138                    description11133                    description
11139                      "Packets Per Second (actual Min and Max range depends on platform)";11134                      "Packets Per Second (actual Min and Max range depends on platform)";
11140                  }11135                  }
11141                }11136                }
11142                description11137                description
11143                  "Rate in PPS";11138                  "Rate in PPS";
11144              }11139              }
11145            }11140            }
11146            container singlepath {11141            container singlepath {
11147              description11142              description
11148                "Singlepath ";11143                "Singlepath ";
11149              leaf rate {11144              leaf rate {
11150                type uint32 {11145                type uint32 {
11151                  range "0..4294967295" {11146                  range "0..4294967295" {
11152                    description11147                    description
11153                      "Packets Per Second (actual Min and Max range depends on platform)";11148                      "Packets Per Second (actual Min and Max range depends on platform)";
11154                  }11149                  }
11155                }11150                }
11156                description11151                description
11157                  "Rate in PPS";11152                  "Rate in PPS";
11158              }11153              }
11159            }11154            }
11160          }11155          }
11161          container bgp {11156          container bgp {
11162            description11157            description
11163              "BGP ";11158              "BGP ";
11164            container known {11159            container known {
11165              description11160              description
11166                "Known ";11161                "Known ";
11167              leaf rate {11162              leaf rate {
11168                type uint32 {11163                type uint32 {
11169                  range "0..4294967295" {11164                  range "0..4294967295" {
11170                    description11165                    description
11171                      "Packets Per Second (actual Min and Max range depends on platform)";11166                      "Packets Per Second (actual Min and Max range depends on platform)";
11172                  }11167                  }
11173                }11168                }
11174                description11169                description
11175                  "Rate in PPS";11170                  "Rate in PPS";
11176              }11171              }
11177            }11172            }
11178            container configured {11173            container configured {
11179              description11174              description
11180                "Configured";11175                "Configured";
11181              leaf rate {11176              leaf rate {
11182                type uint32 {11177                type uint32 {
11183                  range "0..4294967295" {11178                  range "0..4294967295" {
11184                    description11179                    description
11185                      "Packets Per Second (actual Min and Max range depends on platform)";11180                      "Packets Per Second (actual Min and Max range depends on platform)";
11186                  }11181                  }
11187                }11182                }
11188                description11183                description
11189                  "Rate in PPS";11184                  "Rate in PPS";
11190              }11185              }
11191            }11186            }
11192            container default {11187            container default {
11193              description11188              description
11194                "Default ";11189                "Default ";
11195              leaf rate {11190              leaf rate {
11196                type uint32 {11191                type uint32 {
11197                  range "0..4294967295" {11192                  range "0..4294967295" {
11198                    description11193                    description
11199                      "Packets Per Second (actual Min and Max range depends on platform)";11194                      "Packets Per Second (actual Min and Max range depends on platform)";
11200                  }11195                  }
11201                }11196                }
11202                description11197                description
11203                  "Rate in PPS";11198                  "Rate in PPS";
11204              }11199              }
11205            }11200            }
11206          }11201          }
11207          container pim {11202          container pim {
11208            description11203            description
11209              "PIM ";11204              "PIM ";
11210            container unicast {11205            container unicast {
11211              description11206              description
11212                "Unicast ";11207                "Unicast ";
11213              leaf rate {11208              leaf rate {
11214                type uint32 {11209                type uint32 {
11215                  range "0..4294967295" {11210                  range "0..4294967295" {
11216                    description11211                    description
11217                      "Packets Per Second (actual Min and Max range depends on platform)";11212                      "Packets Per Second (actual Min and Max range depends on platform)";
11218                  }11213                  }
11219                }11214                }
11220                description11215                description
11221                  "Rate in PPS";11216                  "Rate in PPS";
11222              }11217              }
11223            }11218            }
11224            container multicast {11219            container multicast {
11225              description11220              description
11226                "Multicast";11221                "Multicast";
11227              container known {11222              container known {
11228                description11223                description
11229                  "Known ";11224                  "Known ";
11230                leaf rate {11225                leaf rate {
11231                  type uint32 {11226                  type uint32 {
11232                    range "0..4294967295" {11227                    range "0..4294967295" {
11233                      description11228                      description
11234                        "Packets Per Second (actual Min and Max range depends on platform)";11229                        "Packets Per Second (actual Min and Max range depends on platform)";
11235                    }11230                    }
11236                  }11231                  }
11237                  description11232                  description
11238                    "Rate in PPS";11233                    "Rate in PPS";
11239                }11234                }
11240              }11235              }
11241              container default {11236              container default {
11242                description11237                description
11243                  "Default ";11238                  "Default ";
11244                leaf rate {11239                leaf rate {
11245                  type uint32 {11240                  type uint32 {
11246                    range "0..4294967295" {11241                    range "0..4294967295" {
11247                      description11242                      description
11248                        "Packets Per Second (actual Min and Max range depends on platform)";11243                        "Packets Per Second (actual Min and Max range depends on platform)";
11249                    }11244                    }
11250                  }11245                  }
11251                  description11246                  description
11252                    "Rate in PPS";11247                    "Rate in PPS";
11253                }11248                }
11254              }11249              }
11255            }11250            }
11256          }11251          }
11257          container igmp {11252          container igmp {
11258            description11253            description
11259              "IGMP ";11254              "IGMP ";
11260            leaf rate {11255            leaf rate {
11261              type uint32 {11256              type uint32 {
11262                range "0..4294967295" {11257                range "0..4294967295" {
11263                  description11258                  description
11264                    "Packets Per Second (actual Min and Max range depends on platform)";11259                    "Packets Per Second (actual Min and Max range depends on platform)";
11265                }11260                }
11266              }11261              }
11267              description11262              description
11268                "Rate in PPS";11263                "Rate in PPS";
11269            }11264            }
11270          }11265          }
11271          container icmp {11266          container icmp {
11272            description11267            description
11273              "ICMP ";11268              "ICMP ";
11274            container local {11269            container local {
11275              description11270              description
11276                "Local interest packets ";11271                "Local interest packets ";
11277              leaf rate {11272              leaf rate {
11278                type uint32 {11273                type uint32 {
11279                  range "0..4294967295" {11274                  range "0..4294967295" {
11280                    description11275                    description
11281                      "Packets Per Second (actual Min and Max range depends on platform)";11276                      "Packets Per Second (actual Min and Max range depends on platform)";
11282                  }11277                  }
11283                }11278                }
11284                description11279                description
11285                  "Rate in PPS";11280                  "Rate in PPS";
11286              }11281              }
11287            }11282            }
11288            container application {11283            container application {
11289              description11284              description
11290                "Specific application packets ";11285                "Specific application packets ";
11291              leaf rate {11286              leaf rate {
11292                type uint32 {11287                type uint32 {
11293                  range "0..4294967295" {11288                  range "0..4294967295" {
11294                    description11289                    description
11295                      "Packets Per Second (actual Min and Max range depends on platform)";11290                      "Packets Per Second (actual Min and Max range depends on platform)";
11296                  }11291                  }
11297                }11292                }
11298                description11293                description
11299                  "Rate in PPS";11294                  "Rate in PPS";
11300              }11295              }
11301            }11296            }
11302            container control {11297            container control {
11303              description11298              description
11304                "Control packets ";11299                "Control packets ";
11305              leaf rate {11300              leaf rate {
11306                type uint32 {11301                type uint32 {
11307                  range "0..4294967295" {11302                  range "0..4294967295" {
11308                    description11303                    description
11309                      "Packets Per Second (actual Min and Max range depends on platform)";11304                      "Packets Per Second (actual Min and Max range depends on platform)";
11310                  }11305                  }
11311                }11306                }
11312                description11307                description
11313                  "Rate in PPS";11308                  "Rate in PPS";
11314              }11309              }
11315            }11310            }
11316            container default {11311            container default {
11317              description11312              description
11318                "Default packets ";11313                "Default packets ";
11319              leaf rate {11314              leaf rate {
11320                type uint32 {11315                type uint32 {
11321                  range "0..4294967295" {11316                  range "0..4294967295" {
11322                    description11317                    description
11323                      "Packets Per Second (actual Min and Max range depends on platform)";11318                      "Packets Per Second (actual Min and Max range depends on platform)";
11324                  }11319                  }
11325                }11320                }
11326                description11321                description
11327                  "Rate in PPS";11322                  "Rate in PPS";
11328              }11323              }
11329            }11324            }
11330            container generic {11325            container generic {
11331              description11326              description
11332                "Generic application packets ";11327                "Generic application packets ";
11333              container echo-reply {11328              container echo-reply {
11334                description11329                description
11335                  "Echo-reply packets ";11330                  "Echo-reply packets ";
11336                leaf rate {11331                leaf rate {
11337                  type uint32 {11332                  type uint32 {
11338                    range "0..4294967295" {11333                    range "0..4294967295" {
11339                      description11334                      description
11340                        "Packets Per Second (actual Min and Max range depends on platform)";11335                        "Packets Per Second (actual Min and Max range depends on platform)";
11341                    }11336                    }
11342                  }11337                  }
11343                  description11338                  description
11344                    "Rate in PPS";11339                    "Rate in PPS";
11345                }11340                }
11346              }11341              }
11347            }11342            }
11348          }11343          }
11349          container all-routers {11344          container all-routers {
11350            description11345            description
11351              "All Routers";11346              "All Routers";
11352            leaf rate {11347            leaf rate {
11353              type uint32 {11348              type uint32 {
11354                range "0..4294967295" {11349                range "0..4294967295" {
11355                  description11350                  description
11356                    "Packets Per Second (actual Min and Max range depends on platform)";11351                    "Packets Per Second (actual Min and Max range depends on platform)";
11357                }11352                }
11358              }11353              }
11359              description11354              description
11360                "Rate in PPS";11355                "Rate in PPS";
11361            }11356            }
11362          }11357          }
11363          container lmp {11358          container lmp {
11364            description11359            description
11365              "LMP ";11360              "LMP ";
11366            container tcp {11361            container tcp {
11367              description11362              description
11368                "TCP ";11363                "TCP ";
11369              container known {11364              container known {
11370                description11365                description
11371                  "Known ";11366                  "Known ";
11372                leaf rate {11367                leaf rate {
11373                  type uint32 {11368                  type uint32 {
11374                    range "0..4294967295" {11369                    range "0..4294967295" {
11375                      description11370                      description
11376                        "Packets Per Second (actual Min and Max range depends on platform)";11371                        "Packets Per Second (actual Min and Max range depends on platform)";
11377                    }11372                    }
11378                  }11373                  }
11379                  description11374                  description
11380                    "Rate in PPS";11375                    "Rate in PPS";
11381                }11376                }
11382              }11377              }
11383              container configured {11378              container configured {
11384                description11379                description
11385                  "Configured";11380                  "Configured";
11386                leaf rate {11381                leaf rate {
11387                  type uint32 {11382                  type uint32 {
11388                    range "0..4294967295" {11383                    range "0..4294967295" {
11389                      description11384                      description
11390                        "Packets Per Second (actual Min and Max range depends on platform)";11385                        "Packets Per Second (actual Min and Max range depends on platform)";
11391                    }11386                    }
11392                  }11387                  }
11393                  description11388                  description
11394                    "Rate in PPS";11389                    "Rate in PPS";
11395                }11390                }
11396              }11391              }
11397              container default {11392              container default {
11398                description11393                description
11399                  "Default ";11394                  "Default ";
11400                leaf rate {11395                leaf rate {
11401                  type uint32 {11396                  type uint32 {
11402                    range "0..4294967295" {11397                    range "0..4294967295" {
11403                      description11398                      description
11404                        "Packets Per Second (actual Min and Max range depends on platform)";11399                        "Packets Per Second (actual Min and Max range depends on platform)";
11405                    }11400                    }
11406                  }11401                  }
11407                  description11402                  description
11408                    "Rate in PPS";11403                    "Rate in PPS";
11409                }11404                }
11410              }11405              }
11411            }11406            }
11412            container udp {11407            container udp {
11413              description11408              description
11414                "UDP ";11409                "UDP ";
11415              leaf rate {11410              leaf rate {
11416                type uint32 {11411                type uint32 {
11417                  range "0..4294967295" {11412                  range "0..4294967295" {
11418                    description11413                    description
11419                      "Packets Per Second (actual Min and Max range depends on platform)";11414                      "Packets Per Second (actual Min and Max range depends on platform)";
11420                  }11415                  }
11421                }11416                }
11422                description11417                description
11423                  "Rate in PPS";11418                  "Rate in PPS";
11424              }11419              }
11425            }11420            }
11426          }11421          }
11427          container rsvp {11422          container rsvp {
11428            description11423            description
11429              "RSVP ";11424              "RSVP ";
11430            container default {11425            container default {
11431              description11426              description
11432                "RSVP Default ";11427                "RSVP Default ";
11433              leaf rate {11428              leaf rate {
11434                type uint32 {11429                type uint32 {
11435                  range "0..4294967295" {11430                  range "0..4294967295" {
11436                    description11431                    description
11437                      "Packets Per Second (actual Min and Max range depends on platform)";11432                      "Packets Per Second (actual Min and Max range depends on platform)";
11438                  }11433                  }
11439                }11434                }
11440                description11435                description
11441                  "Rate in PPS";11436                  "Rate in PPS";
11442              }11437              }
11443            }11438            }
11444            container known {11439            container known {
11445              description11440              description
11446                "RSVP Known ";11441                "RSVP Known ";
11447              leaf rate {11442              leaf rate {
11448                type uint32 {11443                type uint32 {
11449                  range "0..4294967295" {11444                  range "0..4294967295" {
11450                    description11445                    description
11451                      "Packets Per Second (actual Min and Max range depends on platform)";11446                      "Packets Per Second (actual Min and Max range depends on platform)";
11452                  }11447                  }
11453                }11448                }
11454                description11449                description
11455                  "Rate in PPS";11450                  "Rate in PPS";
11456              }11451              }
11457            }11452            }
11458            container udp {11453            container udp {
11459              description11454              description
11460                "UDP";11455                "UDP";
11461              leaf rate {11456              leaf rate {
11462                type uint32 {11457                type uint32 {
11463                  range "0..4294967295" {11458                  range "0..4294967295" {
11464                    description11459                    description
11465                      "Packets Per Second (actual Min and Max range depends on platform)";11460                      "Packets Per Second (actual Min and Max range depends on platform)";
11466                  }11461                  }
11467                }11462                }
11468                description11463                description
11469                  "Rate in PPS";11464                  "Rate in PPS";
11470              }11465              }
11471            }11466            }
11472          }11467          }
11473          container ike {11468          container ike {
11474            description11469            description
11475              "IKE ";11470              "IKE ";
11476            leaf rate {11471            leaf rate {
11477              type uint32 {11472              type uint32 {
11478                range "0..4294967295" {11473                range "0..4294967295" {
11479                  description11474                  description
11480                    "Packets Per Second (actual Min and Max range depends on platform)";11475                    "Packets Per Second (actual Min and Max range depends on platform)";
11481                }11476                }
11482              }11477              }
11483              description11478              description
11484                "Rate in PPS";11479                "Rate in PPS";
11485            }11480            }
11486          }11481          }
11487          container ipsec {11482          container ipsec {
11488            description11483            description
11489              "IPSEC ";11484              "IPSEC ";
11490            container known {11485            container known {
11491              description11486              description
11492                "Known ";11487                "Known ";
11493              leaf rate {11488              leaf rate {
11494                type uint32 {11489                type uint32 {
11495                  range "0..4294967295" {11490                  range "0..4294967295" {
11496                    description11491                    description
11497                      "Packets Per Second (actual Min and Max range depends on platform)";11492                      "Packets Per Second (actual Min and Max range depends on platform)";
11498                  }11493                  }
11499                }11494                }
11500                description11495                description
11501                  "Rate in PPS";11496                  "Rate in PPS";
11502              }11497              }
11503            }11498            }
11504            container default {11499            container default {
11505              description11500              description
11506                "Default ";11501                "Default ";
11507              leaf rate {11502              leaf rate {
11508                type uint32 {11503                type uint32 {
11509                  range "0..4294967295" {11504                  range "0..4294967295" {
11510                    description11505                    description
11511                      "Packets Per Second (actual Min and Max range depends on platform)";11506                      "Packets Per Second (actual Min and Max range depends on platform)";
11512                  }11507                  }
11513                }11508                }
11514                description11509                description
11515                  "Rate in PPS";11510                  "Rate in PPS";
11516              }11511              }
11517            }11512            }
11518          }11513          }
11519          container msdp {11514          container msdp {
11520            description11515            description
11521              "MSDP ";11516              "MSDP ";
11522            container known {11517            container known {
11523              description11518              description
11524                "Known ";11519                "Known ";
11525              leaf rate {11520              leaf rate {
11526                type uint32 {11521                type uint32 {
11527                  range "0..4294967295" {11522                  range "0..4294967295" {
11528                    description11523                    description
11529                      "Packets Per Second (actual Min and Max range depends on platform)";11524                      "Packets Per Second (actual Min and Max range depends on platform)";
11530                  }11525                  }
11531                }11526                }
11532                description11527                description
11533                  "Rate in PPS";11528                  "Rate in PPS";
11534              }11529              }
11535            }11530            }
11536            container configured {11531            container configured {
11537              description11532              description
11538                "Configured";11533                "Configured";
11539              leaf rate {11534              leaf rate {
11540                type uint32 {11535                type uint32 {
11541                  range "0..4294967295" {11536                  range "0..4294967295" {
11542                    description11537                    description
11543                      "Packets Per Second (actual Min and Max range depends on platform)";11538                      "Packets Per Second (actual Min and Max range depends on platform)";
11544                  }11539                  }
11545                }11540                }
11546                description11541                description
11547                  "Rate in PPS";11542                  "Rate in PPS";
11548              }11543              }
11549            }11544            }
11550            container default {11545            container default {
11551              description11546              description
11552                "Default";11547                "Default";
11553              leaf rate {11548              leaf rate {
11554                type uint32 {11549                type uint32 {
11555                  range "0..4294967295" {11550                  range "0..4294967295" {
11556                    description11551                    description
11557                      "Packets Per Second (actual Min and Max range depends on platform)";11552                      "Packets Per Second (actual Min and Max range depends on platform)";
11558                  }11553                  }
11559                }11554                }
11560                description11555                description
11561                  "Rate in PPS";11556                  "Rate in PPS";
11562              }11557              }
11563            }11558            }
11564          }11559          }
11565          container snmp {11560          container snmp {
11566            description11561            description
11567              "SNMP ";11562              "SNMP ";
11568            leaf rate {11563            leaf rate {
11569              type uint32 {11564              type uint32 {
11570                range "0..4294967295" {11565                range "0..4294967295" {
11571                  description11566                  description
11572                    "Packets Per Second (actual Min and Max range depends on platform)";11567                    "Packets Per Second (actual Min and Max range depends on platform)";
11573                }11568                }
11574              }11569              }
11575              description11570              description
11576                "Rate in PPS";11571                "Rate in PPS";
11577            }11572            }
11578          }11573          }
11579          container ssh {11574          container ssh {
11580            description11575            description
11581              "SSH ";11576              "SSH ";
11582            container known {11577            container known {
11583              description11578              description
11584                "Known ";11579                "Known ";
11585              leaf rate {11580              leaf rate {
11586                type uint32 {11581                type uint32 {
11587                  range "0..4294967295" {11582                  range "0..4294967295" {
11588                    description11583                    description
11589                      "Packets Per Second (actual Min and Max range depends on platform)";11584                      "Packets Per Second (actual Min and Max range depends on platform)";
11590                  }11585                  }
11591                }11586                }
11592                description11587                description
11593                  "Rate in PPS";11588                  "Rate in PPS";
11594              }11589              }
11595            }11590            }
11596            container default {11591            container default {
11597              description11592              description
11598                "Default ";11593                "Default ";
11599              leaf rate {11594              leaf rate {
11600                type uint32 {11595                type uint32 {
11601                  range "0..4294967295" {11596                  range "0..4294967295" {
11602                    description11597                    description
11603                      "Packets Per Second (actual Min and Max range depends on platform)";11598                      "Packets Per Second (actual Min and Max range depends on platform)";
11604                  }11599                  }
11605                }11600                }
11606                description11601                description
11607                  "Rate in PPS";11602                  "Rate in PPS";
11608              }11603              }
11609            }11604            }
11610          }11605          }
11611          container http {11606          container http {
11612            description11607            description
11613              "HTTP ";11608              "HTTP ";
11614            container known {11609            container known {
11615              description11610              description
11616                "Known ";11611                "Known ";
11617              leaf rate {11612              leaf rate {
11618                type uint32 {11613                type uint32 {
11619                  range "0..4294967295" {11614                  range "0..4294967295" {
11620                    description11615                    description
11621                      "Packets Per Second (actual Min and Max range depends on platform)";11616                      "Packets Per Second (actual Min and Max range depends on platform)";
11622                  }11617                  }
11623                }11618                }
11624                description11619                description
11625                  "Rate in PPS";11620                  "Rate in PPS";
11626              }11621              }
11627            }11622            }
11628            container default {11623            container default {
11629              description11624              description
11630                "Default ";11625                "Default ";
11631              leaf rate {11626              leaf rate {
11632                type uint32 {11627                type uint32 {
11633                  range "0..4294967295" {11628                  range "0..4294967295" {
11634                    description11629                    description
11635                      "Packets Per Second (actual Min and Max range depends on platform)";11630                      "Packets Per Second (actual Min and Max range depends on platform)";
11636                  }11631                  }
11637                }11632                }
11638                description11633                description
11639                  "Rate in PPS";11634                  "Rate in PPS";
11640              }11635              }
11641            }11636            }
11642          }11637          }
11643          container shttp {11638          container shttp {
11644            description11639            description
11645              "SHTTP ";11640              "SHTTP ";
11646            container known {11641            container known {
11647              description11642              description
11648                "Known ";11643                "Known ";
11649              leaf rate {11644              leaf rate {
11650                type uint32 {11645                type uint32 {
11651                  range "0..4294967295" {11646                  range "0..4294967295" {
11652                    description11647                    description
11653                      "Packets Per Second (actual Min and Max range depends on platform)";11648                      "Packets Per Second (actual Min and Max range depends on platform)";
11654                  }11649                  }
11655                }11650                }
11656                description11651                description
11657                  "Rate in PPS";11652                  "Rate in PPS";
11658              }11653              }
11659            }11654            }
11660            container default {11655            container default {
11661              description11656              description
11662                "Default ";11657                "Default ";
11663              leaf rate {11658              leaf rate {
11664                type uint32 {11659                type uint32 {
11665                  range "0..4294967295" {11660                  range "0..4294967295" {
11666                    description11661                    description
11667                      "Packets Per Second (actual Min and Max range depends on platform)";11662                      "Packets Per Second (actual Min and Max range depends on platform)";
11668                  }11663                  }
11669                }11664                }
11670                description11665                description
11671                  "Rate in PPS";11666                  "Rate in PPS";
11672              }11667              }
11673            }11668            }
11674          }11669          }
11675          container telnet {11670          container telnet {
11676            description11671            description
11677              "TELNET ";11672              "TELNET ";
11678            container known {11673            container known {
11679              description11674              description
11680                "Known ";11675                "Known ";
11681              leaf rate {11676              leaf rate {
11682                type uint32 {11677                type uint32 {
11683                  range "0..4294967295" {11678                  range "0..4294967295" {
11684                    description11679                    description
11685                      "Packets Per Second (actual Min and Max range depends on platform)";11680                      "Packets Per Second (actual Min and Max range depends on platform)";
11686                  }11681                  }
11687                }11682                }
11688                description11683                description
11689                  "Rate in PPS";11684                  "Rate in PPS";
11690              }11685              }
11691            }11686            }
11692            container default {11687            container default {
11693              description11688              description
11694                "Default ";11689                "Default ";
11695              leaf rate {11690              leaf rate {
11696                type uint32 {11691                type uint32 {
11697                  range "0..4294967295" {11692                  range "0..4294967295" {
11698                    description11693                    description
11699                      "Packets Per Second (actual Min and Max range depends on platform)";11694                      "Packets Per Second (actual Min and Max range depends on platform)";
11700                  }11695                  }
11701                }11696                }
11702                description11697                description
11703                  "Rate in PPS";11698                  "Rate in PPS";
11704              }11699              }
11705            }11700            }
11706          }11701          }
11707          container css {11702          container css {
11708            description11703            description
11709              "CSS ";11704              "CSS ";
11710            container known {11705            container known {
11711              description11706              description
11712                "Known ";11707                "Known ";
11713              leaf rate {11708              leaf rate {
11714                type uint32 {11709                type uint32 {
11715                  range "0..4294967295" {11710                  range "0..4294967295" {
11716                    description11711                    description
11717                      "Packets Per Second (actual Min and Max range depends on platform)";11712                      "Packets Per Second (actual Min and Max range depends on platform)";
11718                  }11713                  }
11719                }11714                }
11720                description11715                description
11721                  "Rate in PPS";11716                  "Rate in PPS";
11722              }11717              }
11723            }11718            }
11724            container default {11719            container default {
11725              description11720              description
11726                "Default ";11721                "Default ";
11727              leaf rate {11722              leaf rate {
11728                type uint32 {11723                type uint32 {
11729                  range "0..4294967295" {11724                  range "0..4294967295" {
11730                    description11725                    description
11731                      "Packets Per Second (actual Min and Max range depends on platform)";11726                      "Packets Per Second (actual Min and Max range depends on platform)";
11732                  }11727                  }
11733                }11728                }
11734                description11729                description
11735                  "Rate in PPS";11730                  "Rate in PPS";
11736              }11731              }
11737            }11732            }
11738          }11733          }
11739          container rsh {11734          container rsh {
11740            description11735            description
11741              "RSH ";11736              "RSH ";
11742            container known {11737            container known {
11743              description11738              description
11744                "Known ";11739                "Known ";
11745              leaf rate {11740              leaf rate {
11746                type uint32 {11741                type uint32 {
11747                  range "0..4294967295" {11742                  range "0..4294967295" {
11748                    description11743                    description
11749                      "Packets Per Second (actual Min and Max range depends on platform)";11744                      "Packets Per Second (actual Min and Max range depends on platform)";
11750                  }11745                  }
11751                }11746                }
11752                description11747                description
11753                  "Rate in PPS";11748                  "Rate in PPS";
11754              }11749              }
11755            }11750            }
11756            container default {11751            container default {
11757              description11752              description
11758                "Default ";11753                "Default ";
11759              leaf rate {11754              leaf rate {
11760                type uint32 {11755                type uint32 {
11761                  range "0..4294967295" {11756                  range "0..4294967295" {
11762                    description11757                    description
11763                      "Packets Per Second (actual Min and Max range depends on platform)";11758                      "Packets Per Second (actual Min and Max range depends on platform)";
11764                  }11759                  }
11765                }11760                }
11766                description11761                description
11767                  "Rate in PPS";11762                  "Rate in PPS";
11768              }11763              }
11769            }11764            }
11770          }11765          }
11771          container udp {11766          container udp {
11772            description11767            description
11773              "UDP ";11768              "UDP ";
11774            container known {11769            container known {
11775              description11770              description
11776                "Known ";11771                "Known ";
11777              leaf rate {11772              leaf rate {
11778                type uint32 {11773                type uint32 {
11779                  range "0..4294967295" {11774                  range "0..4294967295" {
11780                    description11775                    description
11781                      "Packets Per Second (actual Min and Max range depends on platform)";11776                      "Packets Per Second (actual Min and Max range depends on platform)";
11782                  }11777                  }
11783                }11778                }
11784                description11779                description
11785                  "Rate in PPS";11780                  "Rate in PPS";
11786              }11781              }
11787            }11782            }
11788            container listen {11783            container listen {
11789              description11784              description
11790                "Listen ";11785                "Listen ";
11791              leaf rate {11786              leaf rate {
11792                type uint32 {11787                type uint32 {
11793                  range "0..4294967295" {11788                  range "0..4294967295" {
11794                    description11789                    description
11795                      "Packets Per Second (actual Min and Max range depends on platform)";11790                      "Packets Per Second (actual Min and Max range depends on platform)";
11796                  }11791                  }
11797                }11792                }
11798                description11793                description
11799                  "Rate in PPS";11794                  "Rate in PPS";
11800              }11795              }
11801            }11796            }
11802            container configured {11797            container configured {
11803              description11798              description
11804                "Config peer ";11799                "Config peer ";
11805              leaf rate {11800              leaf rate {
11806                type uint32 {11801                type uint32 {
11807                  range "0..4294967295" {11802                  range "0..4294967295" {
11808                    description11803                    description
11809                      "Packets Per Second (actual Min and Max range depends on platform)";11804                      "Packets Per Second (actual Min and Max range depends on platform)";
11810                  }11805                  }
11811                }11806                }
11812                description11807                description
11813                  "Rate in PPS";11808                  "Rate in PPS";
11814              }11809              }
11815            }11810            }
11816            container default {11811            container default {
11817              description11812              description
11818                "Default ";11813                "Default ";
11819              leaf rate {11814              leaf rate {
11820                type uint32 {11815                type uint32 {
11821                  range "0..4294967295" {11816                  range "0..4294967295" {
11822                    description11817                    description
11823                      "Packets Per Second (actual Min and Max range depends on platform)";11818                      "Packets Per Second (actual Min and Max range depends on platform)";
11824                  }11819                  }
11825                }11820                }
11826                description11821                description
11827                  "Rate in PPS";11822                  "Rate in PPS";
11828              }11823              }
11829            }11824            }
11830          }11825          }
11831          container tcp {11826          container tcp {
11832            description11827            description
11833              "TCP ";11828              "TCP ";
11834            container known {11829            container known {
11835              description11830              description
11836                "Known ";11831                "Known ";
11837              leaf rate {11832              leaf rate {
11838                type uint32 {11833                type uint32 {
11839                  range "0..4294967295" {11834                  range "0..4294967295" {
11840                    description11835                    description
11841                      "Packets Per Second (actual Min and Max range depends on platform)";11836                      "Packets Per Second (actual Min and Max range depends on platform)";
11842                  }11837                  }
11843                }11838                }
11844                description11839                description
11845                  "Rate in PPS";11840                  "Rate in PPS";
11846              }11841              }
11847            }11842            }
11848            container listen {11843            container listen {
11849              description11844              description
11850                "Listen ";11845                "Listen ";
11851              leaf rate {11846              leaf rate {
11852                type uint32 {11847                type uint32 {
11853                  range "0..4294967295" {11848                  range "0..4294967295" {
11854                    description11849                    description
11855                      "Packets Per Second (actual Min and Max range depends on platform)";11850                      "Packets Per Second (actual Min and Max range depends on platform)";
11856                  }11851                  }
11857                }11852                }
11858                description11853                description
11859                  "Rate in PPS";11854                  "Rate in PPS";
11860              }11855              }
11861            }11856            }
11862            container configured {11857            container configured {
11863              description11858              description
11864                "Configured ";11859                "Configured ";
11865              leaf rate {11860              leaf rate {
11866                type uint32 {11861                type uint32 {
11867                  range "0..4294967295" {11862                  range "0..4294967295" {
11868                    description11863                    description
11869                      "Packets Per Second (actual Min and Max range depends on platform)";11864                      "Packets Per Second (actual Min and Max range depends on platform)";
11870                  }11865                  }
11871                }11866                }
11872                description11867                description
11873                  "Rate in PPS";11868                  "Rate in PPS";
11874              }11869              }
11875            }11870            }
11876            container default {11871            container default {
11877              description11872              description
11878                "Default ";11873                "Default ";
11879              leaf rate {11874              leaf rate {
11880                type uint32 {11875                type uint32 {
11881                  range "0..4294967295" {11876                  range "0..4294967295" {
11882                    description11877                    description
11883                      "Packets Per Second (actual Min and Max range depends on platform)";11878                      "Packets Per Second (actual Min and Max range depends on platform)";
11884                  }11879                  }
11885                }11880                }
11886                description11881                description
11887                  "Rate in PPS";11882                  "Rate in PPS";
11888              }11883              }
11889            }11884            }
11890          }11885          }
11891          container multicast {11886          container multicast {
11892            description11887            description
11893              "Multicast ";11888              "Multicast ";
11894            container known {11889            container known {
11895              description11890              description
11896                "Known ";11891                "Known ";
11897              leaf rate {11892              leaf rate {
11898                type uint32 {11893                type uint32 {
11899                  range "0..4294967295" {11894                  range "0..4294967295" {
11900                    description11895                    description
11901                      "Packets Per Second (actual Min and Max range depends on platform)";11896                      "Packets Per Second (actual Min and Max range depends on platform)";
11902                  }11897                  }
11903                }11898                }
11904                description11899                description
11905                  "Rate in PPS";11900                  "Rate in PPS";
11906              }11901              }
11907            }11902            }
11908            container default {11903            container default {
11909              description11904              description
11910                "Default ";11905                "Default ";
11911              leaf rate {11906              leaf rate {
11912                type uint32 {11907                type uint32 {
11913                  range "0..4294967295" {11908                  range "0..4294967295" {
11914                    description11909                    description
11915                      "Packets Per Second (actual Min and Max range depends on platform)";11910                      "Packets Per Second (actual Min and Max range depends on platform)";
11916                  }11911                  }
11917                }11912                }
11918                description11913                description
11919                  "Rate in PPS";11914                  "Rate in PPS";
11920              }11915              }
11921            }11916            }
11922          }11917          }
11923          container raw {11918          container raw {
11924            description11919            description
11925              "Raw ";11920              "Raw ";
11926            container listen {11921            container listen {
11927              description11922              description
11928                "Listen ";11923                "Listen ";
11929              leaf rate {11924              leaf rate {
11930                type uint32 {11925                type uint32 {
11931                  range "0..4294967295" {11926                  range "0..4294967295" {
11932                    description11927                    description
11933                      "Packets Per Second (actual Min and Max range depends on platform)";11928                      "Packets Per Second (actual Min and Max range depends on platform)";
11934                  }11929                  }
11935                }11930                }
11936                description11931                description
11937                  "Rate in PPS";11932                  "Rate in PPS";
11938              }11933              }
11939            }11934            }
11940            container default {11935            container default {
11941              description11936              description
11942                "Default ";11937                "Default ";
11943              leaf rate {11938              leaf rate {
11944                type uint32 {11939                type uint32 {
11945                  range "0..4294967295" {11940                  range "0..4294967295" {
11946                    description11941                    description
11947                      "Packets Per Second (actual Min and Max range depends on platform)";11942                      "Packets Per Second (actual Min and Max range depends on platform)";
11948                  }11943                  }
11949                }11944                }
11950                description11945                description
11951                  "Rate in PPS";11946                  "Rate in PPS";
11952              }11947              }
11953            }11948            }
11954          }11949          }
11955          container ip-sla {11950          container ip-sla {
11956            description11951            description
11957              "IP-SLA ";11952              "IP-SLA ";
11958            leaf rate {11953            leaf rate {
11959              type uint32 {11954              type uint32 {
11960                range "0..4294967295" {11955                range "0..4294967295" {
11961                  description11956                  description
11962                    "Packets Per Second (actual Min and Max range depends on platform)";11957                    "Packets Per Second (actual Min and Max range depends on platform)";
11963                }11958                }
11964              }11959              }
11965              description11960              description
11966                "Rate in PPS";11961                "Rate in PPS";
11967            }11962            }
11968          }11963          }
11969          container eigrp {11964          container eigrp {
11970            description11965            description
11971              "EIGRP ";11966              "EIGRP ";
11972            leaf rate {11967            leaf rate {
11973              type uint32 {11968              type uint32 {
11974                range "0..4294967295" {11969                range "0..4294967295" {
11975                  description11970                  description
11976                    "Packets Per Second (actual Min and Max range depends on platform)";11971                    "Packets Per Second (actual Min and Max range depends on platform)";
11977                }11972                }
11978              }11973              }
11979              description11974              description
11980                "Rate in PPS";11975                "Rate in PPS";
11981            }11976            }
11982          }11977          }
11983          container rip {11978          container rip {
11984            description11979            description
11985              "RIP ";11980              "RIP ";
11986            leaf rate {11981            leaf rate {
11987              type uint32 {11982              type uint32 {
11988                range "0..4294967295" {11983                range "0..4294967295" {
11989                  description11984                  description
11990                    "Packets Per Second (actual Min and Max range depends on platform)";11985                    "Packets Per Second (actual Min and Max range depends on platform)";
11991                }11986                }
11992              }11987              }
11993              description11988              description
11994                "Rate in PPS";11989                "Rate in PPS";
11995            }11990            }
11996          }11991          }
11997          container l2tpv3 {11992          container l2tpv3 {
11998            description11993            description
11999              "L2TPv3 ";11994              "L2TPv3 ";
12000            leaf rate {11995            leaf rate {
12001              type uint32 {11996              type uint32 {
12002                range "0..4294967295" {11997                range "0..4294967295" {
12003                  description11998                  description
12004                    "Packets Per Second (actual Min and Max range depends on platform)";11999                    "Packets Per Second (actual Min and Max range depends on platform)";
12005                }12000                }
12006              }12001              }
12007              description12002              description
12008                "Rate in PPS";12003                "Rate in PPS";
12009            }12004            }
12010          }12005          }
12011          container pcep {12006          container pcep {
12012            description12007            description
12013              "PCEP ";12008              "PCEP ";
12014            leaf rate {12009            leaf rate {
12015              type uint32 {12010              type uint32 {
12016                range "0..4294967295" {12011                range "0..4294967295" {
12017                  description12012                  description
12018                    "Packets Per Second (actual Min and Max range depends on platform)";12013                    "Packets Per Second (actual Min and Max range depends on platform)";
12019                }12014                }
12020              }12015              }
12021              description12016              description
12022                "Rate in PPS";12017                "Rate in PPS";
12023            }12018            }
12024          }12019          }
12025          container gre {12020          container gre {
12026            description12021            description
12027              "GRE ";12022              "GRE ";
12028            leaf rate {12023            leaf rate {
12029              type uint32 {12024              type uint32 {
12030                range "0..4294967295" {12025                range "0..4294967295" {
12031                  description12026                  description
12032                    "Packets Per Second (actual Min and Max range depends on platform)";12027                    "Packets Per Second (actual Min and Max range depends on platform)";
12033                }12028                }
12034              }12029              }
12035              description12030              description
12036                "Rate in PPS";12031                "Rate in PPS";
12037            }12032            }
12038          }12033          }
12039          container vrrp {12034          container vrrp {
12040            description12035            description
12041              "VRRP ";12036              "VRRP ";
12042            leaf rate {12037            leaf rate {
12043              type uint32 {12038              type uint32 {
12044                range "0..4294967295" {12039                range "0..4294967295" {
12045                  description12040                  description
12046                    "Packets Per Second (actual Min and Max range depends on platform)";12041                    "Packets Per Second (actual Min and Max range depends on platform)";
12047                }12042                }
12048              }12043              }
12049              description12044              description
12050                "Rate in PPS";12045                "Rate in PPS";
12051            }12046            }
12052          }12047          }
12053          container hsrp {12048          container hsrp {
12054            description12049            description
12055              "HSRP ";12050              "HSRP ";
12056            leaf rate {12051            leaf rate {
12057              type uint32 {12052              type uint32 {
12058                range "0..4294967295" {12053                range "0..4294967295" {
12059                  description12054                  description
12060                    "Packets Per Second (actual Min and Max range depends on platform)";12055                    "Packets Per Second (actual Min and Max range depends on platform)";
12061                }12056                }
12062              }12057              }
12063              description12058              description
12064                "Rate in PPS";12059                "Rate in PPS";
12065            }12060            }
12066          }12061          }
12067          container mpls {12062          container mpls {
12068            description12063            description
12069              "MPLS ";12064              "MPLS ";
12070            container oam {12065            container oam {
12071              description12066              description
12072                "Oam ";12067                "Oam ";
12073              leaf rate {12068              leaf rate {
12074                type uint32 {12069                type uint32 {
12075                  range "0..4294967295" {12070                  range "0..4294967295" {
12076                    description12071                    description
12077                      "Packets Per Second (actual Min and Max range depends on platform)";12072                      "Packets Per Second (actual Min and Max range depends on platform)";
12078                  }12073                  }
12079                }12074                }
12080                description12075                description
12081                  "Rate in PPS";12076                  "Rate in PPS";
12082              }12077              }
12083            }12078            }
12084          }12079          }
12085          container l2tpv2 {12080          container l2tpv2 {
12086            description12081            description
12087              "L2TPv2 ";12082              "L2TPv2 ";
12088            container default {12083            container default {
12089              description12084              description
12090                "Default ";12085                "Default ";
12091              leaf rate {12086              leaf rate {
12092                type uint32 {12087                type uint32 {
12093                  range "0..4294967295" {12088                  range "0..4294967295" {
12094                    description12089                    description
12095                      "Packets Per Second (actual Min and Max range depends on platform)";12090                      "Packets Per Second (actual Min and Max range depends on platform)";
12096                  }12091                  }
12097                }12092                }
12098                description12093                description
12099                  "Rate in PPS";12094                  "Rate in PPS";
12100              }12095              }
12101            }12096            }
12102            container known {12097            container known {
12103              description12098              description
12104                "Known ";12099                "Known ";
12105              leaf rate {12100              leaf rate {
12106                type uint32 {12101                type uint32 {
12107                  range "0..4294967295" {12102                  range "0..4294967295" {
12108                    description12103                    description
12109                      "Packets Per Second (actual Min and Max range depends on platform)";12104                      "Packets Per Second (actual Min and Max range depends on platform)";
12110                  }12105                  }
12111                }12106                }
12112                description12107                description
12113                  "Rate in PPS";12108                  "Rate in PPS";
12114              }12109              }
12115            }12110            }
12116          }12111          }
12117          container dns {12112          container dns {
12118            description12113            description
12119              "DNS ";12114              "DNS ";
12120            leaf rate {12115            leaf rate {
12121              type uint32 {12116              type uint32 {
12122                range "0..4294967295" {12117                range "0..4294967295" {
12123                  description12118                  description
12124                    "Packets Per Second (actual Min and Max range depends on platform)";12119                    "Packets Per Second (actual Min and Max range depends on platform)";
12125                }12120                }
12126              }12121              }
12127              description12122              description
12128                "Rate in PPS";12123                "Rate in PPS";
12129            }12124            }
12130          }12125          }
12131          container radius {12126          container radius {
12132            description12127            description
12133              "RADIUS ";12128              "RADIUS ";
12134            leaf rate {12129            leaf rate {
12135              type uint32 {12130              type uint32 {
12136                range "0..4294967295" {12131                range "0..4294967295" {
12137                  description12132                  description
12138                    "Packets Per Second (actual Min and Max range depends on platform)";12133                    "Packets Per Second (actual Min and Max range depends on platform)";
12139                }12134                }
12140              }12135              }
12141              description12136              description
12142                "Rate in PPS";12137                "Rate in PPS";
12143            }12138            }
12144          }12139          }
12145          container tacacs {12140          container tacacs {
12146            description12141            description
12147              "TACACS ";12142              "TACACS ";
12148            leaf rate {12143            leaf rate {
12149              type uint32 {12144              type uint32 {
12150                range "0..4294967295" {12145                range "0..4294967295" {
12151                  description12146                  description
12152                    "Packets Per Second (actual Min and Max range depends on platform)";12147                    "Packets Per Second (actual Min and Max range depends on platform)";
12153                }12148                }
12154              }12149              }
12155              description12150              description
12156                "Rate in PPS";12151                "Rate in PPS";
12157            }12152            }
12158          }12153          }
12159          container ntp {12154          container ntp {
12160            description12155            description
12161              "NTP ";12156              "NTP ";
12162            container default {12157            container default {
12163              description12158              description
12164                "Default ";12159                "Default ";
12165              leaf rate {12160              leaf rate {
12166                type uint32 {12161                type uint32 {
12167                  range "0..4294967295" {12162                  range "0..4294967295" {
12168                    description12163                    description
12169                      "Packets Per Second (actual Min and Max range depends on platform)";12164                      "Packets Per Second (actual Min and Max range depends on platform)";
12170                  }12165                  }
12171                }12166                }
12172                description12167                description
12173                  "Rate in PPS";12168                  "Rate in PPS";
12174              }12169              }
12175            }12170            }
12176            container known {12171            container known {
12177              description12172              description
12178                "Known ";12173                "Known ";
12179              leaf rate {12174              leaf rate {
12180                type uint32 {12175                type uint32 {
12181                  range "0..4294967295" {12176                  range "0..4294967295" {
12182                    description12177                    description
12183                      "Packets Per Second (actual Min and Max range depends on platform)";12178                      "Packets Per Second (actual Min and Max range depends on platform)";
12184                  }12179                  }
12185                }12180                }
12186                description12181                description
12187                  "Rate in PPS";12182                  "Rate in PPS";
12188              }12183              }
12189            }12184            }
12190          }12185          }
12191          container mipv6 {12186          container mipv6 {
12192            description12187            description
12193              "MIPv6 ";12188              "MIPv6 ";
12194            leaf rate {12189            leaf rate {
12195              type uint32 {12190              type uint32 {
12196                range "0..4294967295" {12191                range "0..4294967295" {
12197                  description12192                  description
12198                    "Packets Per Second (actual Min and Max range depends on platform)";12193                    "Packets Per Second (actual Min and Max range depends on platform)";
12199                }12194                }
12200              }12195              }
12201              description12196              description
12202                "Rate in PPS";12197                "Rate in PPS";
12203            }12198            }
12204          }12199          }
12205          container amt {12200          container amt {
12206            description12201            description
12207              "AMT ";12202              "AMT ";
12208            leaf rate {12203            leaf rate {
12209              type uint32 {12204              type uint32 {
12210                range "0..4294967295" {12205                range "0..4294967295" {
12211                  description12206                  description
12212                    "Packets Per Second (actual Min and Max range depends on platform)";12207                    "Packets Per Second (actual Min and Max range depends on platform)";
12213                }12208                }
12214              }12209              }
12215              description12210              description
12216                "Rate in PPS";12211                "Rate in PPS";
12217            }12212            }
12218          }12213          }
12219          container sdac {12214          container sdac {
12220            description12215            description
12221              "SDAC-TCP ";12216              "SDAC-TCP ";
12222            leaf rate {12217            leaf rate {
12223              type uint32 {12218              type uint32 {
12224                range "0..4294967295" {12219                range "0..4294967295" {
12225                  description12220                  description
12226                    "Packets Per Second (actual Min and Max range depends on platform)";12221                    "Packets Per Second (actual Min and Max range depends on platform)";
12227                }12222                }
12228              }12223              }
12229              description12224              description
12230                "Rate in PPS";12225                "Rate in PPS";
12231            }12226            }
12232          }12227          }
12233          container radius-coa {12228          container radius-coa {
12234            description12229            description
12235              "RADIUS COA ";12230              "RADIUS COA ";
12236            leaf rate {12231            leaf rate {
12237              type uint32 {12232              type uint32 {
12238                range "0..4294967295" {12233                range "0..4294967295" {
12239                  description12234                  description
12240                    "Packets Per Second (actual Min and Max range depends on platform)";12235                    "Packets Per Second (actual Min and Max range depends on platform)";
12241                }12236                }
12242              }12237              }
12243              description12238              description
12244                "Rate in PPS";12239                "Rate in PPS";
12245            }12240            }
12246          }12241          }
12247          container rel-udp {12242          container rel-udp {
12248            description12243            description
12249              "Syslog/netflow packets";12244              "Syslog/netflow packets";
12250            leaf rate {12245            leaf rate {
12251              type uint32 {12246              type uint32 {
12252                range "0..4294967295" {12247                range "0..4294967295" {
12253                  description12248                  description
12254                    "Packets Per Second (actual Min and Max range depends on platform)";12249                    "Packets Per Second (actual Min and Max range depends on platform)";
12255                }12250                }
12256              }12251              }
12257              description12252              description
12258                "Rate in PPS";12253                "Rate in PPS";
12259            }12254            }
12260          }12255          }
12261          container dhcpv4 {12256          container dhcpv4 {
12262            description12257            description
12263              "DHCPv4 ";12258              "DHCPv4 ";
12264            leaf rate {12259            leaf rate {
12265              type uint32 {12260              type uint32 {
12266                range "0..4294967295" {12261                range "0..4294967295" {
12267                  description12262                  description
12268                    "Packets Per Second (actual Min and Max range depends on platform)";12263                    "Packets Per Second (actual Min and Max range depends on platform)";
12269                }12264                }
12270              }12265              }
12271              description12266              description
12272                "Rate in PPS";12267                "Rate in PPS";
12273            }12268            }
12274          }12269          }
12275          container dhcpv6 {12270          container dhcpv6 {
12276            description12271            description
12277              "DHCPv6 ";12272              "DHCPv6 ";
12278            leaf rate {12273            leaf rate {
12279              type uint32 {12274              type uint32 {
12280                range "0..4294967295" {12275                range "0..4294967295" {
12281                  description12276                  description
12282                    "Packets Per Second (actual Min and Max range depends on platform)";12277                    "Packets Per Second (actual Min and Max range depends on platform)";
12283                }12278                }
12284              }12279              }
12285              description12280              description
12286                "Rate in PPS";12281                "Rate in PPS";
12287            }12282            }
12288          }12283          }
12289          container onepk {12284          container onepk {
12290            description12285            description
12291              "ONEPK ";12286              "ONEPK ";
12292            leaf rate {12287            leaf rate {
12293              type uint32 {12288              type uint32 {
12294                range "0..4294967295" {12289                range "0..4294967295" {
12295                  description12290                  description
12296                    "Packets Per Second (actual Min and Max range depends on platform)";12291                    "Packets Per Second (actual Min and Max range depends on platform)";
12297                }12292                }
12298              }12293              }
12299              description12294              description
12300                "Rate in PPS";12295                "Rate in PPS";
12301            }12296            }
12302          }12297          }
12303          container tpa {12298          container tpa {
12304            description12299            description
12305              "Third Party Applications";12300              "Third Party Applications";
12306            leaf rate {12301            leaf rate {
12307              type uint32 {12302              type uint32 {
12308                range "0..4294967295" {12303                range "0..4294967295" {
12309                  description12304                  description
12310                    "Packets Per Second (actual Min and Max range depends on platform)";12305                    "Packets Per Second (actual Min and Max range depends on platform)";
12311                }12306                }
12312              }12307              }
12313              description12308              description
12314                "Rate in PPS";12309                "Rate in PPS";
12315            }12310            }
12316          }12311          }
12317          container ietf-bob {12312          container ietf-bob {
12318            description12313            description
12319              "IETF BOB Packets";12314              "IETF BOB Packets";
12320            leaf rate {12315            leaf rate {
12321              type uint32 {12316              type uint32 {
12322                range "0..4294967295" {12317                range "0..4294967295" {
12323                  description12318                  description
12324                    "Packets Per Second (actual Min and Max range depends on platform)";12319                    "Packets Per Second (actual Min and Max range depends on platform)";
12325                }12320                }
12326              }12321              }
12327              description12322              description
12328                "Rate in PPS";12323                "Rate in PPS";
12329            }12324            }
12330          }12325          }
12331          container xipc {12326          container xipc {
12332            if-feature "pifib_xipc_throt_policer_config_check";12327            if-feature "pifib_xipc_throt_policer_config_check";
12333            description12328            description
12334              "XIPC rate limit";12329              "XIPC rate limit";
12335            leaf rate {12330            leaf rate {
12336              type uint32 {12331              type uint32 {
12337                range "0..4294967295" {12332                range "0..4294967295" {
12338                  description12333                  description
12339                    "Packets Per Second (actual Min and Max range depends on platform)";12334                    "Packets Per Second (actual Min and Max range depends on platform)";
12340                }12335                }
12341              }12336              }
12342              description12337              description
12343                "Rate in PPS";12338                "Rate in PPS";
12344            }12339            }
12345          }12340          }
12346          container pm-twamp {12341          container pm-twamp {
12347            description12342            description
12348              "PM TWAMP Packets";12343              "PM TWAMP Packets";
12349            leaf rate {12344            leaf rate {
12350              type uint32 {12345              type uint32 {
12351                range "0..4294967295" {12346                range "0..4294967295" {
12352                  description12347                  description
12353                    "Packets Per Second (actual Min and Max range depends on platform)";12348                    "Packets Per Second (actual Min and Max range depends on platform)";
12354                }12349                }
12355              }12350              }
12356              description12351              description
12357                "Rate in PPS";12352                "Rate in PPS";
12358            }12353            }
12359          }12354          }
12360        }12355        }
12361      }12356      }
12362      container np9 {12357      container np9 {
12363        description12358        description
12364          "Np number";12359          "Np number";
12365        container flow {12360        container flow {
12366          description12361          description
12367            "lpts flow type";12362            "lpts flow type";
12368          container fragment {12363          container fragment {
12369            description12364            description
12370              "Fragmented IP packets";12365              "Fragmented IP packets";
12371            leaf rate {12366            leaf rate {
12372              type uint32 {12367              type uint32 {
12373                range "0..4294967295" {12368                range "0..4294967295" {
12374                  description12369                  description
12375                    "Packets Per Second (actual Min and Max range depends on platform)";12370                    "Packets Per Second (actual Min and Max range depends on platform)";
12376                }12371                }
12377              }12372              }
12378              description12373              description
12379                "Rate in PPS";12374                "Rate in PPS";
12380            }12375            }
12381          }12376          }
12382          container ospf {12377          container ospf {
12383            description12378            description
12384              "OSPF ";12379              "OSPF ";
12385            container unicast {12380            container unicast {
12386              description12381              description
12387                "Unicast ";12382                "Unicast ";
12388              container known {12383              container known {
12389                description12384                description
12390                  "Known ";12385                  "Known ";
12391                leaf rate {12386                leaf rate {
12392                  type uint32 {12387                  type uint32 {
12393                    range "0..4294967295" {12388                    range "0..4294967295" {
12394                      description12389                      description
12395                        "Packets Per Second (actual Min and Max range depends on platform)";12390                        "Packets Per Second (actual Min and Max range depends on platform)";
12396                    }12391                    }
12397                  }12392                  }
12398                  description12393                  description
12399                    "Rate in PPS";12394                    "Rate in PPS";
12400                }12395                }
12401              }12396              }
12402              container default {12397              container default {
12403                description12398                description
12404                  "Default ";12399                  "Default ";
12405                leaf rate {12400                leaf rate {
12406                  type uint32 {12401                  type uint32 {
12407                    range "0..4294967295" {12402                    range "0..4294967295" {
12408                      description12403                      description
12409                        "Packets Per Second (actual Min and Max range depends on platform)";12404                        "Packets Per Second (actual Min and Max range depends on platform)";
12410                    }12405                    }
12411                  }12406                  }
12412                  description12407                  description
12413                    "Rate in PPS";12408                    "Rate in PPS";
12414                }12409                }
12415              }12410              }
12416            }12411            }
12417            container multicast {12412            container multicast {
12418              description12413              description
12419                "Multicast";12414                "Multicast";
12420              container known {12415              container known {
12421                description12416                description
12422                  "Known ";12417                  "Known ";
12423                leaf rate {12418                leaf rate {
12424                  type uint32 {12419                  type uint32 {
12425                    range "0..4294967295" {12420                    range "0..4294967295" {
12426                      description12421                      description
12427                        "Packets Per Second (actual Min and Max range depends on platform)";12422                        "Packets Per Second (actual Min and Max range depends on platform)";
12428                    }12423                    }
12429                  }12424                  }
12430                  description12425                  description
12431                    "Rate in PPS";12426                    "Rate in PPS";
12432                }12427                }
12433              }12428              }
12434              container default {12429              container default {
12435                description12430                description
12436                  "Default ";12431                  "Default ";
12437                leaf rate {12432                leaf rate {
12438                  type uint32 {12433                  type uint32 {
12439                    range "0..4294967295" {12434                    range "0..4294967295" {
12440                      description12435                      description
12441                        "Packets Per Second (actual Min and Max range depends on platform)";12436                        "Packets Per Second (actual Min and Max range depends on platform)";
12442                    }12437                    }
12443                  }12438                  }
12444                  description12439                  description
12445                    "Rate in PPS";12440                    "Rate in PPS";
12446                }12441                }
12447              }12442              }
12448            }12443            }
12449          }12444          }
12450          container isis {12445          container isis {
12451            description12446            description
12452              "ISIS ";12447              "ISIS ";
12453            container known {12448            container known {
12454              description12449              description
12455                "Known ";12450                "Known ";
12456              leaf rate {12451              leaf rate {
12457                type uint32 {12452                type uint32 {
12458                  range "0..4294967295" {12453                  range "0..4294967295" {
12459                    description12454                    description
12460                      "Packets Per Second (actual Min and Max range depends on platform)";12455                      "Packets Per Second (actual Min and Max range depends on platform)";
12461                  }12456                  }
12462                }12457                }
12463                description12458                description
12464                  "Rate in PPS";12459                  "Rate in PPS";
12465              }12460              }
12466            }12461            }
12467            container default {12462            container default {
12468              description12463              description
12469                "Default ";12464                "Default ";
12470              leaf rate {12465              leaf rate {
12471                type uint32 {12466                type uint32 {
12472                  range "0..4294967295" {12467                  range "0..4294967295" {
12473                    description12468                    description
12474                      "Packets Per Second (actual Min and Max range depends on platform)";12469                      "Packets Per Second (actual Min and Max range depends on platform)";
12475                  }12470                  }
12476                }12471                }
12477                description12472                description
12478                  "Rate in PPS";12473                  "Rate in PPS";
12479              }12474              }
12480            }12475            }
12481          }12476          }
12482          container bfd {12477          container bfd {
12483            description12478            description
12484              "BFD ";12479              "BFD ";
12485            container known {12480            container known {
12486              description12481              description
12487                "Known ";12482                "Known ";
12488              leaf rate {12483              leaf rate {
12489                type uint32 {12484                type uint32 {
12490                  range "0..4294967295" {12485                  range "0..4294967295" {
12491                    description12486                    description
12492                      "Packets Per Second (actual Min and Max range depends on platform)";12487                      "Packets Per Second (actual Min and Max range depends on platform)";
12493                  }12488                  }
12494                }12489                }
12495                description12490                description
12496                  "Rate in PPS";12491                  "Rate in PPS";
12497              }12492              }
12498            }12493            }
12499            container default {12494            container default {
12500              description12495              description
12501                "Default ";12496                "Default ";
12502              leaf rate {12497              leaf rate {
12503                type uint32 {12498                type uint32 {
12504                  range "0..4294967295" {12499                  range "0..4294967295" {
12505                    description12500                    description
12506                      "Packets Per Second (actual Min and Max range depends on platform)";12501                      "Packets Per Second (actual Min and Max range depends on platform)";
12507                  }12502                  }
12508                }12503                }
12509                description12504                description
12510                  "Rate in PPS";12505                  "Rate in PPS";
12511              }12506              }
12512            }12507            }
12513            container singlepath {12508            container singlepath {
12514              description12509              description
12515                "Singlepath ";12510                "Singlepath ";
12516              leaf rate {12511              leaf rate {
12517                type uint32 {12512                type uint32 {
12518                  range "0..4294967295" {12513                  range "0..4294967295" {
12519                    description12514                    description
12520                      "Packets Per Second (actual Min and Max range depends on platform)";12515                      "Packets Per Second (actual Min and Max range depends on platform)";
12521                  }12516                  }
12522                }12517                }
12523                description12518                description
12524                  "Rate in PPS";12519                  "Rate in PPS";
12525              }12520              }
12526            }12521            }
12527          }12522          }
12528          container bgp {12523          container bgp {
12529            description12524            description
12530              "BGP ";12525              "BGP ";
12531            container known {12526            container known {
12532              description12527              description
12533                "Known ";12528                "Known ";
12534              leaf rate {12529              leaf rate {
12535                type uint32 {12530                type uint32 {
12536                  range "0..4294967295" {12531                  range "0..4294967295" {
12537                    description12532                    description
12538                      "Packets Per Second (actual Min and Max range depends on platform)";12533                      "Packets Per Second (actual Min and Max range depends on platform)";
12539                  }12534                  }
12540                }12535                }
12541                description12536                description
12542                  "Rate in PPS";12537                  "Rate in PPS";
12543              }12538              }
12544            }12539            }
12545            container configured {12540            container configured {
12546              description12541              description
12547                "Configured";12542                "Configured";
12548              leaf rate {12543              leaf rate {
12549                type uint32 {12544                type uint32 {
12550                  range "0..4294967295" {12545                  range "0..4294967295" {
12551                    description12546                    description
12552                      "Packets Per Second (actual Min and Max range depends on platform)";12547                      "Packets Per Second (actual Min and Max range depends on platform)";
12553                  }12548                  }
12554                }12549                }
12555                description12550                description
12556                  "Rate in PPS";12551                  "Rate in PPS";
12557              }12552              }
12558            }12553            }
12559            container default {12554            container default {
12560              description12555              description
12561                "Default ";12556                "Default ";
12562              leaf rate {12557              leaf rate {
12563                type uint32 {12558                type uint32 {
12564                  range "0..4294967295" {12559                  range "0..4294967295" {
12565                    description12560                    description
12566                      "Packets Per Second (actual Min and Max range depends on platform)";12561                      "Packets Per Second (actual Min and Max range depends on platform)";
12567                  }12562                  }
12568                }12563                }
12569                description12564                description
12570                  "Rate in PPS";12565                  "Rate in PPS";
12571              }12566              }
12572            }12567            }
12573          }12568          }
12574          container pim {12569          container pim {
12575            description12570            description
12576              "PIM ";12571              "PIM ";
12577            container unicast {12572            container unicast {
12578              description12573              description
12579                "Unicast ";12574                "Unicast ";
12580              leaf rate {12575              leaf rate {
12581                type uint32 {12576                type uint32 {
12582                  range "0..4294967295" {12577                  range "0..4294967295" {
12583                    description12578                    description
12584                      "Packets Per Second (actual Min and Max range depends on platform)";12579                      "Packets Per Second (actual Min and Max range depends on platform)";
12585                  }12580                  }
12586                }12581                }
12587                description12582                description
12588                  "Rate in PPS";12583                  "Rate in PPS";
12589              }12584              }
12590            }12585            }
12591            container multicast {12586            container multicast {
12592              description12587              description
12593                "Multicast";12588                "Multicast";
12594              container known {12589              container known {
12595                description12590                description
12596                  "Known ";12591                  "Known ";
12597                leaf rate {12592                leaf rate {
12598                  type uint32 {12593                  type uint32 {
12599                    range "0..4294967295" {12594                    range "0..4294967295" {
12600                      description12595                      description
12601                        "Packets Per Second (actual Min and Max range depends on platform)";12596                        "Packets Per Second (actual Min and Max range depends on platform)";
12602                    }12597                    }
12603                  }12598                  }
12604                  description12599                  description
12605                    "Rate in PPS";12600                    "Rate in PPS";
12606                }12601                }
12607              }12602              }
12608              container default {12603              container default {
12609                description12604                description
12610                  "Default ";12605                  "Default ";
12611                leaf rate {12606                leaf rate {
12612                  type uint32 {12607                  type uint32 {
12613                    range "0..4294967295" {12608                    range "0..4294967295" {
12614                      description12609                      description
12615                        "Packets Per Second (actual Min and Max range depends on platform)";12610                        "Packets Per Second (actual Min and Max range depends on platform)";
12616                    }12611                    }
12617                  }12612                  }
12618                  description12613                  description
12619                    "Rate in PPS";12614                    "Rate in PPS";
12620                }12615                }
12621              }12616              }
12622            }12617            }
12623          }12618          }
12624          container igmp {12619          container igmp {
12625            description12620            description
12626              "IGMP ";12621              "IGMP ";
12627            leaf rate {12622            leaf rate {
12628              type uint32 {12623              type uint32 {
12629                range "0..4294967295" {12624                range "0..4294967295" {
12630                  description12625                  description
12631                    "Packets Per Second (actual Min and Max range depends on platform)";12626                    "Packets Per Second (actual Min and Max range depends on platform)";
12632                }12627                }
12633              }12628              }
12634              description12629              description
12635                "Rate in PPS";12630                "Rate in PPS";
12636            }12631            }
12637          }12632          }
12638          container icmp {12633          container icmp {
12639            description12634            description
12640              "ICMP ";12635              "ICMP ";
12641            container local {12636            container local {
12642              description12637              description
12643                "Local interest packets ";12638                "Local interest packets ";
12644              leaf rate {12639              leaf rate {
12645                type uint32 {12640                type uint32 {
12646                  range "0..4294967295" {12641                  range "0..4294967295" {
12647                    description12642                    description
12648                      "Packets Per Second (actual Min and Max range depends on platform)";12643                      "Packets Per Second (actual Min and Max range depends on platform)";
12649                  }12644                  }
12650                }12645                }
12651                description12646                description
12652                  "Rate in PPS";12647                  "Rate in PPS";
12653              }12648              }
12654            }12649            }
12655            container application {12650            container application {
12656              description12651              description
12657                "Specific application packets ";12652                "Specific application packets ";
12658              leaf rate {12653              leaf rate {
12659                type uint32 {12654                type uint32 {
12660                  range "0..4294967295" {12655                  range "0..4294967295" {
12661                    description12656                    description
12662                      "Packets Per Second (actual Min and Max range depends on platform)";12657                      "Packets Per Second (actual Min and Max range depends on platform)";
12663                  }12658                  }
12664                }12659                }
12665                description12660                description
12666                  "Rate in PPS";12661                  "Rate in PPS";
12667              }12662              }
12668            }12663            }
12669            container control {12664            container control {
12670              description12665              description
12671                "Control packets ";12666                "Control packets ";
12672              leaf rate {12667              leaf rate {
12673                type uint32 {12668                type uint32 {
12674                  range "0..4294967295" {12669                  range "0..4294967295" {
12675                    description12670                    description
12676                      "Packets Per Second (actual Min and Max range depends on platform)";12671                      "Packets Per Second (actual Min and Max range depends on platform)";
12677                  }12672                  }
12678                }12673                }
12679                description12674                description
12680                  "Rate in PPS";12675                  "Rate in PPS";
12681              }12676              }
12682            }12677            }
12683            container default {12678            container default {
12684              description12679              description
12685                "Default packets ";12680                "Default packets ";
12686              leaf rate {12681              leaf rate {
12687                type uint32 {12682                type uint32 {
12688                  range "0..4294967295" {12683                  range "0..4294967295" {
12689                    description12684                    description
12690                      "Packets Per Second (actual Min and Max range depends on platform)";12685                      "Packets Per Second (actual Min and Max range depends on platform)";
12691                  }12686                  }
12692                }12687                }
12693                description12688                description
12694                  "Rate in PPS";12689                  "Rate in PPS";
12695              }12690              }
12696            }12691            }
12697            container generic {12692            container generic {
12698              description12693              description
12699                "Generic application packets ";12694                "Generic application packets ";
12700              container echo-reply {12695              container echo-reply {
12701                description12696                description
12702                  "Echo-reply packets ";12697                  "Echo-reply packets ";
12703                leaf rate {12698                leaf rate {
12704                  type uint32 {12699                  type uint32 {
12705                    range "0..4294967295" {12700                    range "0..4294967295" {
12706                      description12701                      description
12707                        "Packets Per Second (actual Min and Max range depends on platform)";12702                        "Packets Per Second (actual Min and Max range depends on platform)";
12708                    }12703                    }
12709                  }12704                  }
12710                  description12705                  description
12711                    "Rate in PPS";12706                    "Rate in PPS";
12712                }12707                }
12713              }12708              }
12714            }12709            }
12715          }12710          }
12716          container all-routers {12711          container all-routers {
12717            description12712            description
12718              "All Routers";12713              "All Routers";
12719            leaf rate {12714            leaf rate {
12720              type uint32 {12715              type uint32 {
12721                range "0..4294967295" {12716                range "0..4294967295" {
12722                  description12717                  description
12723                    "Packets Per Second (actual Min and Max range depends on platform)";12718                    "Packets Per Second (actual Min and Max range depends on platform)";
12724                }12719                }
12725              }12720              }
12726              description12721              description
12727                "Rate in PPS";12722                "Rate in PPS";
12728            }12723            }
12729          }12724          }
12730          container lmp {12725          container lmp {
12731            description12726            description
12732              "LMP ";12727              "LMP ";
12733            container tcp {12728            container tcp {
12734              description12729              description
12735                "TCP ";12730                "TCP ";
12736              container known {12731              container known {
12737                description12732                description
12738                  "Known ";12733                  "Known ";
12739                leaf rate {12734                leaf rate {
12740                  type uint32 {12735                  type uint32 {
12741                    range "0..4294967295" {12736                    range "0..4294967295" {
12742                      description12737                      description
12743                        "Packets Per Second (actual Min and Max range depends on platform)";12738                        "Packets Per Second (actual Min and Max range depends on platform)";
12744                    }12739                    }
12745                  }12740                  }
12746                  description12741                  description
12747                    "Rate in PPS";12742                    "Rate in PPS";
12748                }12743                }
12749              }12744              }
12750              container configured {12745              container configured {
12751                description12746                description
12752                  "Configured";12747                  "Configured";
12753                leaf rate {12748                leaf rate {
12754                  type uint32 {12749                  type uint32 {
12755                    range "0..4294967295" {12750                    range "0..4294967295" {
12756                      description12751                      description
12757                        "Packets Per Second (actual Min and Max range depends on platform)";12752                        "Packets Per Second (actual Min and Max range depends on platform)";
12758                    }12753                    }
12759                  }12754                  }
12760                  description12755                  description
12761                    "Rate in PPS";12756                    "Rate in PPS";
12762                }12757                }
12763              }12758              }
12764              container default {12759              container default {
12765                description12760                description
12766                  "Default ";12761                  "Default ";
12767                leaf rate {12762                leaf rate {
12768                  type uint32 {12763                  type uint32 {
12769                    range "0..4294967295" {12764                    range "0..4294967295" {
12770                      description12765                      description
12771                        "Packets Per Second (actual Min and Max range depends on platform)";12766                        "Packets Per Second (actual Min and Max range depends on platform)";
12772                    }12767                    }
12773                  }12768                  }
12774                  description12769                  description
12775                    "Rate in PPS";12770                    "Rate in PPS";
12776                }12771                }
12777              }12772              }
12778            }12773            }
12779            container udp {12774            container udp {
12780              description12775              description
12781                "UDP ";12776                "UDP ";
12782              leaf rate {12777              leaf rate {
12783                type uint32 {12778                type uint32 {
12784                  range "0..4294967295" {12779                  range "0..4294967295" {
12785                    description12780                    description
12786                      "Packets Per Second (actual Min and Max range depends on platform)";12781                      "Packets Per Second (actual Min and Max range depends on platform)";
12787                  }12782                  }
12788                }12783                }
12789                description12784                description
12790                  "Rate in PPS";12785                  "Rate in PPS";
12791              }12786              }
12792            }12787            }
12793          }12788          }
12794          container rsvp {12789          container rsvp {
12795            description12790            description
12796              "RSVP ";12791              "RSVP ";
12797            container default {12792            container default {
12798              description12793              description
12799                "RSVP Default ";12794                "RSVP Default ";
12800              leaf rate {12795              leaf rate {
12801                type uint32 {12796                type uint32 {
12802                  range "0..4294967295" {12797                  range "0..4294967295" {
12803                    description12798                    description
12804                      "Packets Per Second (actual Min and Max range depends on platform)";12799                      "Packets Per Second (actual Min and Max range depends on platform)";
12805                  }12800                  }
12806                }12801                }
12807                description12802                description
12808                  "Rate in PPS";12803                  "Rate in PPS";
12809              }12804              }
12810            }12805            }
12811            container known {12806            container known {
12812              description12807              description
12813                "RSVP Known ";12808                "RSVP Known ";
12814              leaf rate {12809              leaf rate {
12815                type uint32 {12810                type uint32 {
12816                  range "0..4294967295" {12811                  range "0..4294967295" {
12817                    description12812                    description
12818                      "Packets Per Second (actual Min and Max range depends on platform)";12813                      "Packets Per Second (actual Min and Max range depends on platform)";
12819                  }12814                  }
12820                }12815                }
12821                description12816                description
12822                  "Rate in PPS";12817                  "Rate in PPS";
12823              }12818              }
12824            }12819            }
12825            container udp {12820            container udp {
12826              description12821              description
12827                "UDP";12822                "UDP";
12828              leaf rate {12823              leaf rate {
12829                type uint32 {12824                type uint32 {
12830                  range "0..4294967295" {12825                  range "0..4294967295" {
12831                    description12826                    description
12832                      "Packets Per Second (actual Min and Max range depends on platform)";12827                      "Packets Per Second (actual Min and Max range depends on platform)";
12833                  }12828                  }
12834                }12829                }
12835                description12830                description
12836                  "Rate in PPS";12831                  "Rate in PPS";
12837              }12832              }
12838            }12833            }
12839          }12834          }
12840          container ike {12835          container ike {
12841            description12836            description
12842              "IKE ";12837              "IKE ";
12843            leaf rate {12838            leaf rate {
12844              type uint32 {12839              type uint32 {
12845                range "0..4294967295" {12840                range "0..4294967295" {
12846                  description12841                  description
12847                    "Packets Per Second (actual Min and Max range depends on platform)";12842                    "Packets Per Second (actual Min and Max range depends on platform)";
12848                }12843                }
12849              }12844              }
12850              description12845              description
12851                "Rate in PPS";12846                "Rate in PPS";
12852            }12847            }
12853          }12848          }
12854          container ipsec {12849          container ipsec {
12855            description12850            description
12856              "IPSEC ";12851              "IPSEC ";
12857            container known {12852            container known {
12858              description12853              description
12859                "Known ";12854                "Known ";
12860              leaf rate {12855              leaf rate {
12861                type uint32 {12856                type uint32 {
12862                  range "0..4294967295" {12857                  range "0..4294967295" {
12863                    description12858                    description
12864                      "Packets Per Second (actual Min and Max range depends on platform)";12859                      "Packets Per Second (actual Min and Max range depends on platform)";
12865                  }12860                  }
12866                }12861                }
12867                description12862                description
12868                  "Rate in PPS";12863                  "Rate in PPS";
12869              }12864              }
12870            }12865            }
12871            container default {12866            container default {
12872              description12867              description
12873                "Default ";12868                "Default ";
12874              leaf rate {12869              leaf rate {
12875                type uint32 {12870                type uint32 {
12876                  range "0..4294967295" {12871                  range "0..4294967295" {
12877                    description12872                    description
12878                      "Packets Per Second (actual Min and Max range depends on platform)";12873                      "Packets Per Second (actual Min and Max range depends on platform)";
12879                  }12874                  }
12880                }12875                }
12881                description12876                description
12882                  "Rate in PPS";12877                  "Rate in PPS";
12883              }12878              }
12884            }12879            }
12885          }12880          }
12886          container msdp {12881          container msdp {
12887            description12882            description
12888              "MSDP ";12883              "MSDP ";
12889            container known {12884            container known {
12890              description12885              description
12891                "Known ";12886                "Known ";
12892              leaf rate {12887              leaf rate {
12893                type uint32 {12888                type uint32 {
12894                  range "0..4294967295" {12889                  range "0..4294967295" {
12895                    description12890                    description
12896                      "Packets Per Second (actual Min and Max range depends on platform)";12891                      "Packets Per Second (actual Min and Max range depends on platform)";
12897                  }12892                  }
12898                }12893                }
12899                description12894                description
12900                  "Rate in PPS";12895                  "Rate in PPS";
12901              }12896              }
12902            }12897            }
12903            container configured {12898            container configured {
12904              description12899              description
12905                "Configured";12900                "Configured";
12906              leaf rate {12901              leaf rate {
12907                type uint32 {12902                type uint32 {
12908                  range "0..4294967295" {12903                  range "0..4294967295" {
12909                    description12904                    description
12910                      "Packets Per Second (actual Min and Max range depends on platform)";12905                      "Packets Per Second (actual Min and Max range depends on platform)";
12911                  }12906                  }
12912                }12907                }
12913                description12908                description
12914                  "Rate in PPS";12909                  "Rate in PPS";
12915              }12910              }
12916            }12911            }
12917            container default {12912            container default {
12918              description12913              description
12919                "Default";12914                "Default";
12920              leaf rate {12915              leaf rate {
12921                type uint32 {12916                type uint32 {
12922                  range "0..4294967295" {12917                  range "0..4294967295" {
12923                    description12918                    description
12924                      "Packets Per Second (actual Min and Max range depends on platform)";12919                      "Packets Per Second (actual Min and Max range depends on platform)";
12925                  }12920                  }
12926                }12921                }
12927                description12922                description
12928                  "Rate in PPS";12923                  "Rate in PPS";
12929              }12924              }
12930            }12925            }
12931          }12926          }
12932          container snmp {12927          container snmp {
12933            description12928            description
12934              "SNMP ";12929              "SNMP ";
12935            leaf rate {12930            leaf rate {
12936              type uint32 {12931              type uint32 {
12937                range "0..4294967295" {12932                range "0..4294967295" {
12938                  description12933                  description
12939                    "Packets Per Second (actual Min and Max range depends on platform)";12934                    "Packets Per Second (actual Min and Max range depends on platform)";
12940                }12935                }
12941              }12936              }
12942              description12937              description
12943                "Rate in PPS";12938                "Rate in PPS";
12944            }12939            }
12945          }12940          }
12946          container ssh {12941          container ssh {
12947            description12942            description
12948              "SSH ";12943              "SSH ";
12949            container known {12944            container known {
12950              description12945              description
12951                "Known ";12946                "Known ";
12952              leaf rate {12947              leaf rate {
12953                type uint32 {12948                type uint32 {
12954                  range "0..4294967295" {12949                  range "0..4294967295" {
12955                    description12950                    description
12956                      "Packets Per Second (actual Min and Max range depends on platform)";12951                      "Packets Per Second (actual Min and Max range depends on platform)";
12957                  }12952                  }
12958                }12953                }
12959                description12954                description
12960                  "Rate in PPS";12955                  "Rate in PPS";
12961              }12956              }
12962            }12957            }
12963            container default {12958            container default {
12964              description12959              description
12965                "Default ";12960                "Default ";
12966              leaf rate {12961              leaf rate {
12967                type uint32 {12962                type uint32 {
12968                  range "0..4294967295" {12963                  range "0..4294967295" {
12969                    description12964                    description
12970                      "Packets Per Second (actual Min and Max range depends on platform)";12965                      "Packets Per Second (actual Min and Max range depends on platform)";
12971                  }12966                  }
12972                }12967                }
12973                description12968                description
12974                  "Rate in PPS";12969                  "Rate in PPS";
12975              }12970              }
12976            }12971            }
12977          }12972          }
12978          container http {12973          container http {
12979            description12974            description
12980              "HTTP ";12975              "HTTP ";
12981            container known {12976            container known {
12982              description12977              description
12983                "Known ";12978                "Known ";
12984              leaf rate {12979              leaf rate {
12985                type uint32 {12980                type uint32 {
12986                  range "0..4294967295" {12981                  range "0..4294967295" {
12987                    description12982                    description
12988                      "Packets Per Second (actual Min and Max range depends on platform)";12983                      "Packets Per Second (actual Min and Max range depends on platform)";
12989                  }12984                  }
12990                }12985                }
12991                description12986                description
12992                  "Rate in PPS";12987                  "Rate in PPS";
12993              }12988              }
12994            }12989            }
12995            container default {12990            container default {
12996              description12991              description
12997                "Default ";12992                "Default ";
12998              leaf rate {12993              leaf rate {
12999                type uint32 {12994                type uint32 {
13000                  range "0..4294967295" {12995                  range "0..4294967295" {
13001                    description12996                    description
13002                      "Packets Per Second (actual Min and Max range depends on platform)";12997                      "Packets Per Second (actual Min and Max range depends on platform)";
13003                  }12998                  }
13004                }12999                }
13005                description13000                description
13006                  "Rate in PPS";13001                  "Rate in PPS";
13007              }13002              }
13008            }13003            }
13009          }13004          }
13010          container shttp {13005          container shttp {
13011            description13006            description
13012              "SHTTP ";13007              "SHTTP ";
13013            container known {13008            container known {
13014              description13009              description
13015                "Known ";13010                "Known ";
13016              leaf rate {13011              leaf rate {
13017                type uint32 {13012                type uint32 {
13018                  range "0..4294967295" {13013                  range "0..4294967295" {
13019                    description13014                    description
13020                      "Packets Per Second (actual Min and Max range depends on platform)";13015                      "Packets Per Second (actual Min and Max range depends on platform)";
13021                  }13016                  }
13022                }13017                }
13023                description13018                description
13024                  "Rate in PPS";13019                  "Rate in PPS";
13025              }13020              }
13026            }13021            }
13027            container default {13022            container default {
13028              description13023              description
13029                "Default ";13024                "Default ";
13030              leaf rate {13025              leaf rate {
13031                type uint32 {13026                type uint32 {
13032                  range "0..4294967295" {13027                  range "0..4294967295" {
13033                    description13028                    description
13034                      "Packets Per Second (actual Min and Max range depends on platform)";13029                      "Packets Per Second (actual Min and Max range depends on platform)";
13035                  }13030                  }
13036                }13031                }
13037                description13032                description
13038                  "Rate in PPS";13033                  "Rate in PPS";
13039              }13034              }
13040            }13035            }
13041          }13036          }
13042          container telnet {13037          container telnet {
13043            description13038            description
13044              "TELNET ";13039              "TELNET ";
13045            container known {13040            container known {
13046              description13041              description
13047                "Known ";13042                "Known ";
13048              leaf rate {13043              leaf rate {
13049                type uint32 {13044                type uint32 {
13050                  range "0..4294967295" {13045                  range "0..4294967295" {
13051                    description13046                    description
13052                      "Packets Per Second (actual Min and Max range depends on platform)";13047                      "Packets Per Second (actual Min and Max range depends on platform)";
13053                  }13048                  }
13054                }13049                }
13055                description13050                description
13056                  "Rate in PPS";13051                  "Rate in PPS";
13057              }13052              }
13058            }13053            }
13059            container default {13054            container default {
13060              description13055              description
13061                "Default ";13056                "Default ";
13062              leaf rate {13057              leaf rate {
13063                type uint32 {13058                type uint32 {
13064                  range "0..4294967295" {13059                  range "0..4294967295" {
13065                    description13060                    description
13066                      "Packets Per Second (actual Min and Max range depends on platform)";13061                      "Packets Per Second (actual Min and Max range depends on platform)";
13067                  }13062                  }
13068                }13063                }
13069                description13064                description
13070                  "Rate in PPS";13065                  "Rate in PPS";
13071              }13066              }
13072            }13067            }
13073          }13068          }
13074          container css {13069          container css {
13075            description13070            description
13076              "CSS ";13071              "CSS ";
13077            container known {13072            container known {
13078              description13073              description
13079                "Known ";13074                "Known ";
13080              leaf rate {13075              leaf rate {
13081                type uint32 {13076                type uint32 {
13082                  range "0..4294967295" {13077                  range "0..4294967295" {
13083                    description13078                    description
13084                      "Packets Per Second (actual Min and Max range depends on platform)";13079                      "Packets Per Second (actual Min and Max range depends on platform)";
13085                  }13080                  }
13086                }13081                }
13087                description13082                description
13088                  "Rate in PPS";13083                  "Rate in PPS";
13089              }13084              }
13090            }13085            }
13091            container default {13086            container default {
13092              description13087              description
13093                "Default ";13088                "Default ";
13094              leaf rate {13089              leaf rate {
13095                type uint32 {13090                type uint32 {
13096                  range "0..4294967295" {13091                  range "0..4294967295" {
13097                    description13092                    description
13098                      "Packets Per Second (actual Min and Max range depends on platform)";13093                      "Packets Per Second (actual Min and Max range depends on platform)";
13099                  }13094                  }
13100                }13095                }
13101                description13096                description
13102                  "Rate in PPS";13097                  "Rate in PPS";
13103              }13098              }
13104            }13099            }
13105          }13100          }
13106          container rsh {13101          container rsh {
13107            description13102            description
13108              "RSH ";13103              "RSH ";
13109            container known {13104            container known {
13110              description13105              description
13111                "Known ";13106                "Known ";
13112              leaf rate {13107              leaf rate {
13113                type uint32 {13108                type uint32 {
13114                  range "0..4294967295" {13109                  range "0..4294967295" {
13115                    description13110                    description
13116                      "Packets Per Second (actual Min and Max range depends on platform)";13111                      "Packets Per Second (actual Min and Max range depends on platform)";
13117                  }13112                  }
13118                }13113                }
13119                description13114                description
13120                  "Rate in PPS";13115                  "Rate in PPS";
13121              }13116              }
13122            }13117            }
13123            container default {13118            container default {
13124              description13119              description
13125                "Default ";13120                "Default ";
13126              leaf rate {13121              leaf rate {
13127                type uint32 {13122                type uint32 {
13128                  range "0..4294967295" {13123                  range "0..4294967295" {
13129                    description13124                    description
13130                      "Packets Per Second (actual Min and Max range depends on platform)";13125                      "Packets Per Second (actual Min and Max range depends on platform)";
13131                  }13126                  }
13132                }13127                }
13133                description13128                description
13134                  "Rate in PPS";13129                  "Rate in PPS";
13135              }13130              }
13136            }13131            }
13137          }13132          }
13138          container udp {13133          container udp {
13139            description13134            description
13140              "UDP ";13135              "UDP ";
13141            container known {13136            container known {
13142              description13137              description
13143                "Known ";13138                "Known ";
13144              leaf rate {13139              leaf rate {
13145                type uint32 {13140                type uint32 {
13146                  range "0..4294967295" {13141                  range "0..4294967295" {
13147                    description13142                    description
13148                      "Packets Per Second (actual Min and Max range depends on platform)";13143                      "Packets Per Second (actual Min and Max range depends on platform)";
13149                  }13144                  }
13150                }13145                }
13151                description13146                description
13152                  "Rate in PPS";13147                  "Rate in PPS";
13153              }13148              }
13154            }13149            }
13155            container listen {13150            container listen {
13156              description13151              description
13157                "Listen ";13152                "Listen ";
13158              leaf rate {13153              leaf rate {
13159                type uint32 {13154                type uint32 {
13160                  range "0..4294967295" {13155                  range "0..4294967295" {
13161                    description13156                    description
13162                      "Packets Per Second (actual Min and Max range depends on platform)";13157                      "Packets Per Second (actual Min and Max range depends on platform)";
13163                  }13158                  }
13164                }13159                }
13165                description13160                description
13166                  "Rate in PPS";13161                  "Rate in PPS";
13167              }13162              }
13168            }13163            }
13169            container configured {13164            container configured {
13170              description13165              description
13171                "Config peer ";13166                "Config peer ";
13172              leaf rate {13167              leaf rate {
13173                type uint32 {13168                type uint32 {
13174                  range "0..4294967295" {13169                  range "0..4294967295" {
13175                    description13170                    description
13176                      "Packets Per Second (actual Min and Max range depends on platform)";13171                      "Packets Per Second (actual Min and Max range depends on platform)";
13177                  }13172                  }
13178                }13173                }
13179                description13174                description
13180                  "Rate in PPS";13175                  "Rate in PPS";
13181              }13176              }
13182            }13177            }
13183            container default {13178            container default {
13184              description13179              description
13185                "Default ";13180                "Default ";
13186              leaf rate {13181              leaf rate {
13187                type uint32 {13182                type uint32 {
13188                  range "0..4294967295" {13183                  range "0..4294967295" {
13189                    description13184                    description
13190                      "Packets Per Second (actual Min and Max range depends on platform)";13185                      "Packets Per Second (actual Min and Max range depends on platform)";
13191                  }13186                  }
13192                }13187                }
13193                description13188                description
13194                  "Rate in PPS";13189                  "Rate in PPS";
13195              }13190              }
13196            }13191            }
13197          }13192          }
13198          container tcp {13193          container tcp {
13199            description13194            description
13200              "TCP ";13195              "TCP ";
13201            container known {13196            container known {
13202              description13197              description
13203                "Known ";13198                "Known ";
13204              leaf rate {13199              leaf rate {
13205                type uint32 {13200                type uint32 {
13206                  range "0..4294967295" {13201                  range "0..4294967295" {
13207                    description13202                    description
13208                      "Packets Per Second (actual Min and Max range depends on platform)";13203                      "Packets Per Second (actual Min and Max range depends on platform)";
13209                  }13204                  }
13210                }13205                }
13211                description13206                description
13212                  "Rate in PPS";13207                  "Rate in PPS";
13213              }13208              }
13214            }13209            }
13215            container listen {13210            container listen {
13216              description13211              description
13217                "Listen ";13212                "Listen ";
13218              leaf rate {13213              leaf rate {
13219                type uint32 {13214                type uint32 {
13220                  range "0..4294967295" {13215                  range "0..4294967295" {
13221                    description13216                    description
13222                      "Packets Per Second (actual Min and Max range depends on platform)";13217                      "Packets Per Second (actual Min and Max range depends on platform)";
13223                  }13218                  }
13224                }13219                }
13225                description13220                description
13226                  "Rate in PPS";13221                  "Rate in PPS";
13227              }13222              }
13228            }13223            }
13229            container configured {13224            container configured {
13230              description13225              description
13231                "Configured ";13226                "Configured ";
13232              leaf rate {13227              leaf rate {
13233                type uint32 {13228                type uint32 {
13234                  range "0..4294967295" {13229                  range "0..4294967295" {
13235                    description13230                    description
13236                      "Packets Per Second (actual Min and Max range depends on platform)";13231                      "Packets Per Second (actual Min and Max range depends on platform)";
13237                  }13232                  }
13238                }13233                }
13239                description13234                description
13240                  "Rate in PPS";13235                  "Rate in PPS";
13241              }13236              }
13242            }13237            }
13243            container default {13238            container default {
13244              description13239              description
13245                "Default ";13240                "Default ";
13246              leaf rate {13241              leaf rate {
13247                type uint32 {13242                type uint32 {
13248                  range "0..4294967295" {13243                  range "0..4294967295" {
13249                    description13244                    description
13250                      "Packets Per Second (actual Min and Max range depends on platform)";13245                      "Packets Per Second (actual Min and Max range depends on platform)";
13251                  }13246                  }
13252                }13247                }
13253                description13248                description
13254                  "Rate in PPS";13249                  "Rate in PPS";
13255              }13250              }
13256            }13251            }
13257          }13252          }
13258          container multicast {13253          container multicast {
13259            description13254            description
13260              "Multicast ";13255              "Multicast ";
13261            container known {13256            container known {
13262              description13257              description
13263                "Known ";13258                "Known ";
13264              leaf rate {13259              leaf rate {
13265                type uint32 {13260                type uint32 {
13266                  range "0..4294967295" {13261                  range "0..4294967295" {
13267                    description13262                    description
13268                      "Packets Per Second (actual Min and Max range depends on platform)";13263                      "Packets Per Second (actual Min and Max range depends on platform)";
13269                  }13264                  }
13270                }13265                }
13271                description13266                description
13272                  "Rate in PPS";13267                  "Rate in PPS";
13273              }13268              }
13274            }13269            }
13275            container default {13270            container default {
13276              description13271              description
13277                "Default ";13272                "Default ";
13278              leaf rate {13273              leaf rate {
13279                type uint32 {13274                type uint32 {
13280                  range "0..4294967295" {13275                  range "0..4294967295" {
13281                    description13276                    description
13282                      "Packets Per Second (actual Min and Max range depends on platform)";13277                      "Packets Per Second (actual Min and Max range depends on platform)";
13283                  }13278                  }
13284                }13279                }
13285                description13280                description
13286                  "Rate in PPS";13281                  "Rate in PPS";
13287              }13282              }
13288            }13283            }
13289          }13284          }
13290          container raw {13285          container raw {
13291            description13286            description
13292              "Raw ";13287              "Raw ";
13293            container listen {13288            container listen {
13294              description13289              description
13295                "Listen ";13290                "Listen ";
13296              leaf rate {13291              leaf rate {
13297                type uint32 {13292                type uint32 {
13298                  range "0..4294967295" {13293                  range "0..4294967295" {
13299                    description13294                    description
13300                      "Packets Per Second (actual Min and Max range depends on platform)";13295                      "Packets Per Second (actual Min and Max range depends on platform)";
13301                  }13296                  }
13302                }13297                }
13303                description13298                description
13304                  "Rate in PPS";13299                  "Rate in PPS";
13305              }13300              }
13306            }13301            }
13307            container default {13302            container default {
13308              description13303              description
13309                "Default ";13304                "Default ";
13310              leaf rate {13305              leaf rate {
13311                type uint32 {13306                type uint32 {
13312                  range "0..4294967295" {13307                  range "0..4294967295" {
13313                    description13308                    description
13314                      "Packets Per Second (actual Min and Max range depends on platform)";13309                      "Packets Per Second (actual Min and Max range depends on platform)";
13315                  }13310                  }
13316                }13311                }
13317                description13312                description
13318                  "Rate in PPS";13313                  "Rate in PPS";
13319              }13314              }
13320            }13315            }
13321          }13316          }
13322          container ip-sla {13317          container ip-sla {
13323            description13318            description
13324              "IP-SLA ";13319              "IP-SLA ";
13325            leaf rate {13320            leaf rate {
13326              type uint32 {13321              type uint32 {
13327                range "0..4294967295" {13322                range "0..4294967295" {
13328                  description13323                  description
13329                    "Packets Per Second (actual Min and Max range depends on platform)";13324                    "Packets Per Second (actual Min and Max range depends on platform)";
13330                }13325                }
13331              }13326              }
13332              description13327              description
13333                "Rate in PPS";13328                "Rate in PPS";
13334            }13329            }
13335          }13330          }
13336          container eigrp {13331          container eigrp {
13337            description13332            description
13338              "EIGRP ";13333              "EIGRP ";
13339            leaf rate {13334            leaf rate {
13340              type uint32 {13335              type uint32 {
13341                range "0..4294967295" {13336                range "0..4294967295" {
13342                  description13337                  description
13343                    "Packets Per Second (actual Min and Max range depends on platform)";13338                    "Packets Per Second (actual Min and Max range depends on platform)";
13344                }13339                }
13345              }13340              }
13346              description13341              description
13347                "Rate in PPS";13342                "Rate in PPS";
13348            }13343            }
13349          }13344          }
13350          container rip {13345          container rip {
13351            description13346            description
13352              "RIP ";13347              "RIP ";
13353            leaf rate {13348            leaf rate {
13354              type uint32 {13349              type uint32 {
13355                range "0..4294967295" {13350                range "0..4294967295" {
13356                  description13351                  description
13357                    "Packets Per Second (actual Min and Max range depends on platform)";13352                    "Packets Per Second (actual Min and Max range depends on platform)";
13358                }13353                }
13359              }13354              }
13360              description13355              description
13361                "Rate in PPS";13356                "Rate in PPS";
13362            }13357            }
13363          }13358          }
13364          container l2tpv3 {13359          container l2tpv3 {
13365            description13360            description
13366              "L2TPv3 ";13361              "L2TPv3 ";
13367            leaf rate {13362            leaf rate {
13368              type uint32 {13363              type uint32 {
13369                range "0..4294967295" {13364                range "0..4294967295" {
13370                  description13365                  description
13371                    "Packets Per Second (actual Min and Max range depends on platform)";13366                    "Packets Per Second (actual Min and Max range depends on platform)";
13372                }13367                }
13373              }13368              }
13374              description13369              description
13375                "Rate in PPS";13370                "Rate in PPS";
13376            }13371            }
13377          }13372          }
13378          container pcep {13373          container pcep {
13379            description13374            description
13380              "PCEP ";13375              "PCEP ";
13381            leaf rate {13376            leaf rate {
13382              type uint32 {13377              type uint32 {
13383                range "0..4294967295" {13378                range "0..4294967295" {
13384                  description13379                  description
13385                    "Packets Per Second (actual Min and Max range depends on platform)";13380                    "Packets Per Second (actual Min and Max range depends on platform)";
13386                }13381                }
13387              }13382              }
13388              description13383              description
13389                "Rate in PPS";13384                "Rate in PPS";
13390            }13385            }
13391          }13386          }
13392          container gre {13387          container gre {
13393            description13388            description
13394              "GRE ";13389              "GRE ";
13395            leaf rate {13390            leaf rate {
13396              type uint32 {13391              type uint32 {
13397                range "0..4294967295" {13392                range "0..4294967295" {
13398                  description13393                  description
13399                    "Packets Per Second (actual Min and Max range depends on platform)";13394                    "Packets Per Second (actual Min and Max range depends on platform)";
13400                }13395                }
13401              }13396              }
13402              description13397              description
13403                "Rate in PPS";13398                "Rate in PPS";
13404            }13399            }
13405          }13400          }
13406          container vrrp {13401          container vrrp {
13407            description13402            description
13408              "VRRP ";13403              "VRRP ";
13409            leaf rate {13404            leaf rate {
13410              type uint32 {13405              type uint32 {
13411                range "0..4294967295" {13406                range "0..4294967295" {
13412                  description13407                  description
13413                    "Packets Per Second (actual Min and Max range depends on platform)";13408                    "Packets Per Second (actual Min and Max range depends on platform)";
13414                }13409                }
13415              }13410              }
13416              description13411              description
13417                "Rate in PPS";13412                "Rate in PPS";
13418            }13413            }
13419          }13414          }
13420          container hsrp {13415          container hsrp {
13421            description13416            description
13422              "HSRP ";13417              "HSRP ";
13423            leaf rate {13418            leaf rate {
13424              type uint32 {13419              type uint32 {
13425                range "0..4294967295" {13420                range "0..4294967295" {
13426                  description13421                  description
13427                    "Packets Per Second (actual Min and Max range depends on platform)";13422                    "Packets Per Second (actual Min and Max range depends on platform)";
13428                }13423                }
13429              }13424              }
13430              description13425              description
13431                "Rate in PPS";13426                "Rate in PPS";
13432            }13427            }
13433          }13428          }
13434          container mpls {13429          container mpls {
13435            description13430            description
13436              "MPLS ";13431              "MPLS ";
13437            container oam {13432            container oam {
13438              description13433              description
13439                "Oam ";13434                "Oam ";
13440              leaf rate {13435              leaf rate {
13441                type uint32 {13436                type uint32 {
13442                  range "0..4294967295" {13437                  range "0..4294967295" {
13443                    description13438                    description
13444                      "Packets Per Second (actual Min and Max range depends on platform)";13439                      "Packets Per Second (actual Min and Max range depends on platform)";
13445                  }13440                  }
13446                }13441                }
13447                description13442                description
13448                  "Rate in PPS";13443                  "Rate in PPS";
13449              }13444              }
13450            }13445            }
13451          }13446          }
13452          container l2tpv2 {13447          container l2tpv2 {
13453            description13448            description
13454              "L2TPv2 ";13449              "L2TPv2 ";
13455            container default {13450            container default {
13456              description13451              description
13457                "Default ";13452                "Default ";
13458              leaf rate {13453              leaf rate {
13459                type uint32 {13454                type uint32 {
13460                  range "0..4294967295" {13455                  range "0..4294967295" {
13461                    description13456                    description
13462                      "Packets Per Second (actual Min and Max range depends on platform)";13457                      "Packets Per Second (actual Min and Max range depends on platform)";
13463                  }13458                  }
13464                }13459                }
13465                description13460                description
13466                  "Rate in PPS";13461                  "Rate in PPS";
13467              }13462              }
13468            }13463            }
13469            container known {13464            container known {
13470              description13465              description
13471                "Known ";13466                "Known ";
13472              leaf rate {13467              leaf rate {
13473                type uint32 {13468                type uint32 {
13474                  range "0..4294967295" {13469                  range "0..4294967295" {
13475                    description13470                    description
13476                      "Packets Per Second (actual Min and Max range depends on platform)";13471                      "Packets Per Second (actual Min and Max range depends on platform)";
13477                  }13472                  }
13478                }13473                }
13479                description13474                description
13480                  "Rate in PPS";13475                  "Rate in PPS";
13481              }13476              }
13482            }13477            }
13483          }13478          }
13484          container dns {13479          container dns {
13485            description13480            description
13486              "DNS ";13481              "DNS ";
13487            leaf rate {13482            leaf rate {
13488              type uint32 {13483              type uint32 {
13489                range "0..4294967295" {13484                range "0..4294967295" {
13490                  description13485                  description
13491                    "Packets Per Second (actual Min and Max range depends on platform)";13486                    "Packets Per Second (actual Min and Max range depends on platform)";
13492                }13487                }
13493              }13488              }
13494              description13489              description
13495                "Rate in PPS";13490                "Rate in PPS";
13496            }13491            }
13497          }13492          }
13498          container radius {13493          container radius {
13499            description13494            description
13500              "RADIUS ";13495              "RADIUS ";
13501            leaf rate {13496            leaf rate {
13502              type uint32 {13497              type uint32 {
13503                range "0..4294967295" {13498                range "0..4294967295" {
13504                  description13499                  description
13505                    "Packets Per Second (actual Min and Max range depends on platform)";13500                    "Packets Per Second (actual Min and Max range depends on platform)";
13506                }13501                }
13507              }13502              }
13508              description13503              description
13509                "Rate in PPS";13504                "Rate in PPS";
13510            }13505            }
13511          }13506          }
13512          container tacacs {13507          container tacacs {
13513            description13508            description
13514              "TACACS ";13509              "TACACS ";
13515            leaf rate {13510            leaf rate {
13516              type uint32 {13511              type uint32 {
13517                range "0..4294967295" {13512                range "0..4294967295" {
13518                  description13513                  description
13519                    "Packets Per Second (actual Min and Max range depends on platform)";13514                    "Packets Per Second (actual Min and Max range depends on platform)";
13520                }13515                }
13521              }13516              }
13522              description13517              description
13523                "Rate in PPS";13518                "Rate in PPS";
13524            }13519            }
13525          }13520          }
13526          container ntp {13521          container ntp {
13527            description13522            description
13528              "NTP ";13523              "NTP ";
13529            container default {13524            container default {
13530              description13525              description
13531                "Default ";13526                "Default ";
13532              leaf rate {13527              leaf rate {
13533                type uint32 {13528                type uint32 {
13534                  range "0..4294967295" {13529                  range "0..4294967295" {
13535                    description13530                    description
13536                      "Packets Per Second (actual Min and Max range depends on platform)";13531                      "Packets Per Second (actual Min and Max range depends on platform)";
13537                  }13532                  }
13538                }13533                }
13539                description13534                description
13540                  "Rate in PPS";13535                  "Rate in PPS";
13541              }13536              }
13542            }13537            }
13543            container known {13538            container known {
13544              description13539              description
13545                "Known ";13540                "Known ";
13546              leaf rate {13541              leaf rate {
13547                type uint32 {13542                type uint32 {
13548                  range "0..4294967295" {13543                  range "0..4294967295" {
13549                    description13544                    description
13550                      "Packets Per Second (actual Min and Max range depends on platform)";13545                      "Packets Per Second (actual Min and Max range depends on platform)";
13551                  }13546                  }
13552                }13547                }
13553                description13548                description
13554                  "Rate in PPS";13549                  "Rate in PPS";
13555              }13550              }
13556            }13551            }
13557          }13552          }
13558          container mipv6 {13553          container mipv6 {
13559            description13554            description
13560              "MIPv6 ";13555              "MIPv6 ";
13561            leaf rate {13556            leaf rate {
13562              type uint32 {13557              type uint32 {
13563                range "0..4294967295" {13558                range "0..4294967295" {
13564                  description13559                  description
13565                    "Packets Per Second (actual Min and Max range depends on platform)";13560                    "Packets Per Second (actual Min and Max range depends on platform)";
13566                }13561                }
13567              }13562              }
13568              description13563              description
13569                "Rate in PPS";13564                "Rate in PPS";
13570            }13565            }
13571          }13566          }
13572          container amt {13567          container amt {
13573            description13568            description
13574              "AMT ";13569              "AMT ";
13575            leaf rate {13570            leaf rate {
13576              type uint32 {13571              type uint32 {
13577                range "0..4294967295" {13572                range "0..4294967295" {
13578                  description13573                  description
13579                    "Packets Per Second (actual Min and Max range depends on platform)";13574                    "Packets Per Second (actual Min and Max range depends on platform)";
13580                }13575                }
13581              }13576              }
13582              description13577              description
13583                "Rate in PPS";13578                "Rate in PPS";
13584            }13579            }
13585          }13580          }
13586          container sdac {13581          container sdac {
13587            description13582            description
13588              "SDAC-TCP ";13583              "SDAC-TCP ";
13589            leaf rate {13584            leaf rate {
13590              type uint32 {13585              type uint32 {
13591                range "0..4294967295" {13586                range "0..4294967295" {
13592                  description13587                  description
13593                    "Packets Per Second (actual Min and Max range depends on platform)";13588                    "Packets Per Second (actual Min and Max range depends on platform)";
13594                }13589                }
13595              }13590              }
13596              description13591              description
13597                "Rate in PPS";13592                "Rate in PPS";
13598            }13593            }
13599          }13594          }
13600          container radius-coa {13595          container radius-coa {
13601            description13596            description
13602              "RADIUS COA ";13597              "RADIUS COA ";
13603            leaf rate {13598            leaf rate {
13604              type uint32 {13599              type uint32 {
13605                range "0..4294967295" {13600                range "0..4294967295" {
13606                  description13601                  description
13607                    "Packets Per Second (actual Min and Max range depends on platform)";13602                    "Packets Per Second (actual Min and Max range depends on platform)";
13608                }13603                }
13609              }13604              }
13610              description13605              description
13611                "Rate in PPS";13606                "Rate in PPS";
13612            }13607            }
13613          }13608          }
13614          container rel-udp {13609          container rel-udp {
13615            description13610            description
13616              "Syslog/netflow packets";13611              "Syslog/netflow packets";
13617            leaf rate {13612            leaf rate {
13618              type uint32 {13613              type uint32 {
13619                range "0..4294967295" {13614                range "0..4294967295" {
13620                  description13615                  description
13621                    "Packets Per Second (actual Min and Max range depends on platform)";13616                    "Packets Per Second (actual Min and Max range depends on platform)";
13622                }13617                }
13623              }13618              }
13624              description13619              description
13625                "Rate in PPS";13620                "Rate in PPS";
13626            }13621            }
13627          }13622          }
13628          container dhcpv4 {13623          container dhcpv4 {
13629            description13624            description
13630              "DHCPv4 ";13625              "DHCPv4 ";
13631            leaf rate {13626            leaf rate {
13632              type uint32 {13627              type uint32 {
13633                range "0..4294967295" {13628                range "0..4294967295" {
13634                  description13629                  description
13635                    "Packets Per Second (actual Min and Max range depends on platform)";13630                    "Packets Per Second (actual Min and Max range depends on platform)";
13636                }13631                }
13637              }13632              }
13638              description13633              description
13639                "Rate in PPS";13634                "Rate in PPS";
13640            }13635            }
13641          }13636          }
13642          container dhcpv6 {13637          container dhcpv6 {
13643            description13638            description
13644              "DHCPv6 ";13639              "DHCPv6 ";
13645            leaf rate {13640            leaf rate {
13646              type uint32 {13641              type uint32 {
13647                range "0..4294967295" {13642                range "0..4294967295" {
13648                  description13643                  description
13649                    "Packets Per Second (actual Min and Max range depends on platform)";13644                    "Packets Per Second (actual Min and Max range depends on platform)";
13650                }13645                }
13651              }13646              }
13652              description13647              description
13653                "Rate in PPS";13648                "Rate in PPS";
13654            }13649            }
13655          }13650          }
13656          container onepk {13651          container onepk {
13657            description13652            description
13658              "ONEPK ";13653              "ONEPK ";
13659            leaf rate {13654            leaf rate {
13660              type uint32 {13655              type uint32 {
13661                range "0..4294967295" {13656                range "0..4294967295" {
13662                  description13657                  description
13663                    "Packets Per Second (actual Min and Max range depends on platform)";13658                    "Packets Per Second (actual Min and Max range depends on platform)";
13664                }13659                }
13665              }13660              }
13666              description13661              description
13667                "Rate in PPS";13662                "Rate in PPS";
13668            }13663            }
13669          }13664          }
13670          container tpa {13665          container tpa {
13671            description13666            description
13672              "Third Party Applications";13667              "Third Party Applications";
13673            leaf rate {13668            leaf rate {
13674              type uint32 {13669              type uint32 {
13675                range "0..4294967295" {13670                range "0..4294967295" {
13676                  description13671                  description
13677                    "Packets Per Second (actual Min and Max range depends on platform)";13672                    "Packets Per Second (actual Min and Max range depends on platform)";
13678                }13673                }
13679              }13674              }
13680              description13675              description
13681                "Rate in PPS";13676                "Rate in PPS";
13682            }13677            }
13683          }13678          }
13684          container ietf-bob {13679          container ietf-bob {
13685            description13680            description
13686              "IETF BOB Packets";13681              "IETF BOB Packets";
13687            leaf rate {13682            leaf rate {
13688              type uint32 {13683              type uint32 {
13689                range "0..4294967295" {13684                range "0..4294967295" {
13690                  description13685                  description
13691                    "Packets Per Second (actual Min and Max range depends on platform)";13686                    "Packets Per Second (actual Min and Max range depends on platform)";
13692                }13687                }
13693              }13688              }
13694              description13689              description
13695                "Rate in PPS";13690                "Rate in PPS";
13696            }13691            }
13697          }13692          }
13698          container xipc {13693          container xipc {
13699            if-feature "pifib_xipc_throt_policer_config_check";13694            if-feature "pifib_xipc_throt_policer_config_check";
13700            description13695            description
13701              "XIPC rate limit";13696              "XIPC rate limit";
13702            leaf rate {13697            leaf rate {
13703              type uint32 {13698              type uint32 {
13704                range "0..4294967295" {13699                range "0..4294967295" {
13705                  description13700                  description
13706                    "Packets Per Second (actual Min and Max range depends on platform)";13701                    "Packets Per Second (actual Min and Max range depends on platform)";
13707                }13702                }
13708              }13703              }
13709              description13704              description
13710                "Rate in PPS";13705                "Rate in PPS";
13711            }13706            }
13712          }13707          }
13713          container pm-twamp {13708          container pm-twamp {
13714            description13709            description
13715              "PM TWAMP Packets";13710              "PM TWAMP Packets";
13716            leaf rate {13711            leaf rate {
13717              type uint32 {13712              type uint32 {
13718                range "0..4294967295" {13713                range "0..4294967295" {
13719                  description13714                  description
13720                    "Packets Per Second (actual Min and Max range depends on platform)";13715                    "Packets Per Second (actual Min and Max range depends on platform)";
13721                }13716                }
13722              }13717              }
13723              description13718              description
13724                "Rate in PPS";13719                "Rate in PPS";
13725            }13720            }
13726          }13721          }
13727        }13722        }
13728      }13723      }
13729    }13724    }
13730  }13725  }
1373113726
13732  augment "/location:locations/location:location/a1:lpts/a1:pifib/a1:hardware/a1:police" {13727  augment "/location:locations/location:location/a1:lpts/a1:pifib/a1:hardware/a1:police" {
13733    description13728    description
13734      "This augment extends lpts pifib hardware police active nodes13729      "This augment extends lpts pifib hardware police active nodes
13735       configuration";13730       configuration";
13736    uses LOCATION-BODY;13731    uses LOCATION-BODY;
13737  }13732  }
13738  augment "/location:locations/location:preconfigured-location/a1:lpts/a1:pifib/a1:hardware/a1:police" {13733  augment "/location:locations/location:preconfigured-location/a1:lpts/a1:pifib/a1:hardware/a1:police" {
13739    description13734    description
13740      "This augment extends lpts pifib hardware police preconfigured nodes13735      "This augment extends lpts pifib hardware police preconfigured nodes
13741       configuration";13736       configuration";
13742    uses LOCATION-BODY;13737    uses LOCATION-BODY;
13743  }13738  }
13744}13739}
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op